-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
py.test does not cooperate with twisted's trial TestCase #5
Labels
type: bug
problem that needs to be addressed
Comments
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): which version (py.test --version) are you using? Since some pytest-2.0.0dev20 or so there is improved unittest support which might help. can you confirm? (you may install with e.g. "pip install -i http://pypi.testrun.org -U pytest" ) |
fkohlgrueber
pushed a commit
to fkohlgrueber/pytest
that referenced
this issue
Oct 27, 2018
nicoddemus
added a commit
that referenced
this issue
Jul 11, 2019
blueyed
added a commit
that referenced
this issue
Oct 22, 2019
nicoddemus
added a commit
that referenced
this issue
Dec 10, 2019
Orenef11
added a commit
to Orenef11/pytest
that referenced
this issue
Oct 12, 2021
Orenef11
added a commit
to Orenef11/pytest
that referenced
this issue
Oct 12, 2021
Orenef11
added a commit
to Orenef11/pytest
that referenced
this issue
Oct 12, 2021
Orenef11
added a commit
to Orenef11/pytest
that referenced
this issue
Oct 12, 2021
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Maciej Fijalkowski (BitBucket: fijal, GitHub: fijal)
This is an example that should wait 120s (and not exit immediately):
http://paste.pocoo.org/show/291487/
The problem is that py.test is not calling run() or runTest() but instead it does everything on it's own. Feel free to close it as "not a bug".
The text was updated successfully, but these errors were encountered: