Tibor Arpas

Results 4 issues of Tibor Arpas

This would be needed for data files or other files which influence the execution of tests but don't contain normal python lines of code. One option how to specify the...

enhancement

We have to avoid printing loads of failure reports because it's overwhelming. This is a general problem with any test runner, but we must not make it worse with testmon....

As a result, testmon is not compatible with most debuggers, tracing and coverage tools. From: https://coverage.readthedocs.io/en/6.5.0/trouble.html#things-that-don-t-work [sys.settrace](https://docs.python.org/3/library/sys.html#sys.settrace) is the Python feature that coverage.py uses to see what’s happening in your...

help wanted

I'm getting the error for pip install esig (on a platform which doesn't have wheels) ``` (.venv) ➜ tmpesig pip install esig Collecting esig Using cached esig-0.9.8.1.tar.gz (202 kB) Installing...