herr kaste
herr kaste
LGTM but it's lacking a command that initiates the reloading. This is quite important when actually working on a package. That you can reload it quickly and easy. I typically...
Maybe we can have a generic reloader command -> https://github.com/kaste/KissReloader
Well that still needs manual config as it seems. What we would like to see is completely automatic discovery/zero config. (What if you use various node versions?)
These panels here are like HTML overlays (or inlays). Sublime calls them _Phantoms_. AFAIR there is no built-in method to wrap them. So you had to scroll the whole view....
Note: Basically, the formatting of these annotations can be found in https://github.com/kaste/PyTest/blob/master/formatters.py
The link resolves to a 404 ☹️ There is no 1 to 1 relationship between a test and the actual implementation code so I wonder how this should work. E.g....
Well this one jumps from file to file. I don't think that's very interesting, it's okay. To jump 'to the implementation' from a test, or vice versa, to a test...
Both get very, very interesting if you do more than the trivial, by convention, thing. Both are very, very hard problems.
I think it's interesting, but jumping to 'the' implementation is ... difficult. Say you have 'coverage' installed and running. You could start and stop coverage reporting on enter/exit of a...
Ref https://github.com/tarpas/pytest-testmon Ref https://nedbatchelder.com/blog/201810/who_tests_what_is_here.html esp. https://nedbatchelder.com/blog/201905/coveragepy_50a5_pytest_contexts.html