Closed guotin closed 3 years ago
Would using pytester to test the plugin provide any benefits? (as in pytest plugin docs)
Have no experience with it, maybe @alexey-vyskubov can answer. But in general, if you feel it is beneficial go ahead and use it.
I guess quite a bit of refactoring could be done now like removing the old scripts and useless files
Would be nice
BTW @guotin could you please updated docs as well?
Created the plugin as in pytest docs
--rts
and--rts-init
. Maybe the--rts-init
is pointless?select.py
PYTEST_DONT_REWRITE
prevented the current implementation of collecting "newly added tests" from throwing an errordef line_mapping()
and tried to fix itpytester
to test the plugin provide any benefits? (as in pytest plugin docs)