Ned Batchelder
Ned Batchelder
This is now broken on Python 3.9: ``` coverage/misc.py:60: in from contracts import contract # pylint: disable=unused-import .tox/py39/lib/python3.9/site-packages/contracts/__init__.py:44: in from .useful_contracts import * .tox/py39/lib/python3.9/site-packages/contracts/useful_contracts/__init__.py:10: in from .numbers import * .tox/py39/lib/python3.9/site-packages/contracts/useful_contracts/numbers.py:8:...
I'm not sure what your point is about "3.9 is still in testing." Do you think by 3.9 final they will change their mind and this problem won't need to...
I think you are suggesting that we add this to the FAQ? This seems like a not-great way to solve the problem. Why not use the `coverage run` command to...
Delete after generating files in the test phase. coverage will raise no such file or directory error
Can you give me a repo that I can use to reproduce the problem? It will be easier to see all the details that way.
Delete after generating files in the test phase. coverage will raise no such file or directory error
I don't understand why you are deleting a directory you need. If you can provide more details, feel free to re-open this issue.
You say you are using the API, which means you have written some code to use the API. You should share that code, and the command line you used that...
I understand your logic, but this is starting to get into very specific policies. Maybe the best way to support you use is to give you an easy way to...
Maybe this is something to add to a separate coverage-goals checker? https://nedbatchelder.com/blog/202111/coverage_goals.html
Thanks for the interesting report... I'm trying to create a simpler test to show the problem, and haven't managed it yet. The two objects you list are created when the...
OK, I can reproduce what you are seeing, but I'm not sure what about my code is making it happen. Those two attributes are managed very simply. When I add...