Skip to content
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

Closed
pytestbot opened this issue Nov 15, 2010 · 2 comments
Closed

py.test does not cooperate with twisted's trial TestCase #5

pytestbot opened this issue Nov 15, 2010 · 2 comments
Labels
type: bug problem that needs to be addressed

Comments

@pytestbot
Copy link
Contributor

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".


@pytestbot
Copy link
Contributor Author

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" )

@pytestbot
Copy link
Contributor Author

Original comment by Maciej Fijalkowski (BitBucket: fijal, GitHub: fijal):


With 2.0 works much better. Thanks, closing.

@pytestbot pytestbot added the type: bug problem that needs to be addressed label Jun 15, 2015
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
[4.6] Fix rmtree to remove directories with read-only files (#5588)
blueyed added a commit that referenced this issue Oct 22, 2019
nicoddemus added a commit that referenced this issue Dec 10, 2019
[4.6] Add hostname and timestamp to JUnit XML testsuite tag (#5692)
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
Labels
type: bug problem that needs to be addressed
Projects
None yet
Development

No branches or pull requests

1 participant