-
-
Notifications
You must be signed in to change notification settings - Fork 398
[skip-changelog] Migrate tests from test_compile_part_3.py
to compile_part_3_test.go
#1906
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
Codecov ReportBase: 36.84% // Head: 0.00% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1906 +/- ##
==========================================
- Coverage 36.84% 0 -36.85%
==========================================
Files 235 0 -235
Lines 19763 0 -19763
==========================================
- Hits 7282 0 -7282
+ Misses 11650 0 -11650
+ Partials 831 0 -831
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. |
c878887
to
14d1467
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some notes
39a83d1
to
686ff3e
Compare
I've rearranged some tests following PR #1913. I left the ones that are not using |
686ff3e
to
08d25b5
Compare
… to compile_part_3_test.go
…_3.py to compile_part_3_test.go
…y to compile_part_3_test.go A new function that sets the working directory to a specific path has been added in order to run all the tests as intended.
…part_3.py to compile_part_3_test.go
…to compile_part_3_test.go
… compile_part_3_test.go
….py to compile_part_3_test.go
…m test_compile_part_3.py to compile_part_3_test.go
….go and delete test_compile_part_3.py
08d25b5
to
8a8df2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check if the PR fulfills these requirements
See how to contribute
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_3.py
have been rewritten incompile_part_3_test.go
, without changing their original purpose.More informations on the tests can be found checking the single commits.
Does this PR introduce a breaking change, and is titled accordingly?
No