Bogdan Opanchuk
Bogdan Opanchuk
Any updates on this? It would be nice to have a release with #7273.
Sorry, there's been a lot of input from you in different channels, I'll summarize my thoughts here. I'm afraid I still don't see the functionality (or even ways to implement...
> essentially the same as running `pytest --rootdir config/ -s -v test/test_file1.py test/test_file2.py` Why does specifying a config file set the rootdir? Shouldn't it be independent?
Any decision on this? Automatically collecting docstrings for all constructors of a type (the same way REPL does it) would be very convenient.
Sorry for raising an old question, but if I'm understanding correctly, this hasn't been resolved so far. I encountered the same problem, and the periodic messaging solution from the post...
I made a draft PR for this feature, comments appreciated.
@jodal the PR is ready for the initial review now
Isn't system timer always monotonic and not affected by timezones/daylight savings etc?
My bad, I thought `time.time()` takes values from the system timer. Seems like an easy fix then?
@djmattyg007 , updated the PR, thanks for pointing out this problem. It was pretty easy, there were just two places where `time.time()` was used.