We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an empty tg project, run the tests. controllers.py shows as not executed, though adding an assertion there proves that it is. Details in http://lists.idyll.org/pipermail/testing-in-python/2009-July/002077.html
Looks like DecoratorTools does some really funny stuff with the trace function and fumbles the coverage trace function in the process.
The text was updated successfully, but these errors were encountered:
The fix for this is in <<changeset a480f40d1fa4 (bb)>>, but you have to enable it with the --timid flag, or setenv COVERAGE_OPTIONS="--timid"
Sorry, something went wrong.
Removing version: 3.0.1 (automated comment)
No branches or pull requests
Create an empty tg project, run the tests. controllers.py shows as not executed, though adding an assertion there proves that it is. Details in http://lists.idyll.org/pipermail/testing-in-python/2009-July/002077.html
Looks like DecoratorTools does some really funny stuff with the trace function and fumbles the coverage trace function in the process.
The text was updated successfully, but these errors were encountered: