with python -m pytest tests/ -n 10 --html=report.html --reruns 1 --reruns-delay 5 --runslow --runonlinux --runlocal --cov=edisgo --cov-report=html:coverage_html --cov-report=term-missing locally the tests are quite fast. An adaptation to github would be nice
with
python -m pytest tests/ -n 10 --html=report.html --reruns 1 --reruns-delay 5 --runslow --runonlinux --runlocal --cov=edisgo --cov-report=html:coverage_html --cov-report=term-missinglocally the tests are quite fast. An adaptation to github would be nice