Restore ability to run pytest on individual files or directories#1362
Merged
ksbeattie merged 7 commits intoIDAES:mainfrom Mar 14, 2024
Merged
Restore ability to run pytest on individual files or directories#1362ksbeattie merged 7 commits intoIDAES:mainfrom
ksbeattie merged 7 commits intoIDAES:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1362 +/- ##
==========================================
- Coverage 77.60% 77.60% -0.01%
==========================================
Files 391 391
Lines 64330 64333 +3
Branches 14244 14245 +1
==========================================
Hits 49923 49923
- Misses 11831 11835 +4
+ Partials 2576 2575 -1 ☔ View full report in Codecov by Sentry. |
This was referenced Mar 1, 2024
andrewlee94
approved these changes
Mar 1, 2024
Contributor
andrewlee94
left a comment
There was a problem hiding this comment.
Looks fine to me, but I am no expert on configuring pytest.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1200
Changes proposed in this PR:
--pyargs idaesfrompytest.inipytest.initoidaes/conftest.pyso that tests can be run without warnings without requiringpytest.ini, which is not available in non-editable installations without ad-hoc downloadLegal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: