Using pytest markers in pycharm
To skip slow tests, first I marked them as…
@pytest.mark.slow
def test_bioconv(tmp_path):
...
then, in the running configuration, I added the pytest params:
-m "not slow"
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus