fix: Allow loading cases for tests.py#344
Open
last-partizan wants to merge 5 commits intosmarie:mainfrom
Open
Conversation
Author
|
@smarie Please, review this. |
smarie
reviewed
Aug 25, 2025
Owner
|
Hi @last-partizan , I looked at your PR and slightly improved it. Now my problem is that the test does not seem to run at all :) Could it be that this correspond to an old behaviour from pytest ? Maybe pytest does not run anymore a collected file that is named |
Author
|
Yes. It seems to be the case.
I think pytest never collected
|
last-partizan
commented
Sep 1, 2025
| # pytest default configuration | ||
| [tool:pytest] | ||
| testpaths = tests/ | ||
| python_files = tests.py test_*.py *_tests.py |
Author
There was a problem hiding this comment.
I have added same config option here, if that's okay.
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 #366
Hi, i noticed that after updating to 3.8.5 this package stopped loading cases from tests_cases.py.
This PR fixes it.
Can this be accepted? Or it's better for me to rename my
tests.pytotest_something.py?