Ned Batchelder
Ned Batchelder
I applied skipUnless to a class. The condition is false, so the class' test methods are not run. But the class' setUpClass method still is. Unittest and py.test both skip...
Reading about the various ideas here "with teeth," they all sound like they would be culturally unpopular, and difficult to implement. To my mind, there's plenty of good will out...
When I run my coverage.py test suite under Python 3.7, I see this: ``` /Users/ned/coverage/v4.5.x/.tox/py37/lib/python3.7/site-packages/contracts/library/miscellaneous_aliases.py:19: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and...
If so, why?
See https://github.com/pyparsing/pyparsing/issues/161 I'm not sure where the fix will need to be.
You are now at version 1.7.12, but changelog.rst only goes up to 1.7.7. The docs on http://andreacensi.github.io/contracts/ say they are for 1.7.2, and the changelog goes up to 1.7.5. Ideally,...
This is available in https://github.com/sebastian-palma/github-action-push-to-another-repository. Can we add it to this repo to consolidate the functionality?
- Name: edX - GitHub URL: https://github.com/edx - Official URL: https://www.edx.org - Job URL: https://www.edx.org/careers - One sentence intro: Non-profit founded by Harvard and MIT in 2012 to put university...
It's easy to skip the aspectlib frames: ``` diff --git a/src/aspectlib/debug.py b/src/aspectlib/debug.py index 2ee6225..85d13b5 100644 --- a/src/aspectlib/debug.py +++ b/src/aspectlib/debug.py @@ -20,7 +20,8 @@ def frame_iterator(frame): Yields frames till there are...
*Originally reported by* **Anonymous** ---------------------------------------- Will gevent be supported on pypy? ``` #!python File "/home/travis/virtualenv/pypy-5.3.1/site-packages/coverage/collector.py", line 199, in _start_tracer self.concurrency, self.tracer_name(), CoverageException: Can't support concurrency=gevent with PyTracer, only threads are...