-
-
Notifications
You must be signed in to change notification settings - Fork 398
[skip-changelog] Migrate tests from test_compile_part_1.py
to compile_part_1_test.go
#1861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
502c0cc
to
8c90790
Compare
Codecov ReportBase: 36.58% // Head: 36.60% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1861 +/- ##
==========================================
+ Coverage 36.58% 36.60% +0.02%
==========================================
Files 231 231
Lines 19696 19698 +2
==========================================
+ Hits 7206 7211 +5
+ Misses 11659 11657 -2
+ Partials 831 830 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
760eecd
to
8f59212
Compare
…mpile_part_1_test.go
…ile_part_1_test.go
…rt_1.py to compile_part_1_test.go
…to compile_part_1_test.go
…_1.py to compile_part_1_test.go
8f59212
to
b740b80
Compare
…y to compile_part_1_test.go
test_compile_part_1.py to compile_part_1_test.go
…est.go and delete test_compile_part_1.py
…s runner Long paths caused certain commands to fail on the Windows runner. Reducing their lengths prevents those errors from occurring.
b740b80
to
356e5d9
Compare
Tests have been updated. They are now using the copy sketch function when necessary. |
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)What kind of change does this PR introduce?
Infrastructure Enhancement
What is the new behavior?
This PR is a followup to PR #1806
Integration tests that were previously present in test_compile_part_1.py have been rewritten in compile_part_1_test.go, without changing their original purpose.
The tests are the following:
Does this PR introduce a breaking change, and is titled accordingly?
No
See how to contribute