Tibor Arpas
Tibor Arpas
You can run a coverage tool to see which tests touch which lines of code. But by default CI discards all state information across builds which prevents incremental testing. To...
> I think at `sktime` this is not a priority, we are quite busy with the package itself... Sure, I'm getting to a point where I could have time for...
Hi Franz. We're working on this and it's not difficult to set-up using github actions cache. However when trying with your project I realized we don't have support doctest modules...
I'm not familiar with pytest-pylint. Why would you use it instead of pylint? what is the command line and what is the actual and desired outcome with testmon?
I rely on sqlite quite a lot and plan to use it's functionality even more heavily. I think pytest-cache API is out of question then. It would even be beneficial...
related to #62
unfortunatelly I plan difficult refactoring of pytest_testmon.py, so I'm not very keen to add functionality there before. Wouldnt a better UI be separate command which prints just the test names,...
Not easily, sorry. Your strategy of printing from pytest_modify_collection is the right one. I will just not be able to merge it. After refactor it should be very easy to...
@henningphan do you still need this functionality? I can start working on it if still needed.
Hi, unfortunatelly testmon is not compatible with xdist. ᐧ On Thu, Mar 24, 2016 at 12:19 PM, Tim Diels [email protected] wrote: > When combining testmon and xdist, more tests are...