Extra tools
- coverage.py: Determining How Much Code Is Tested
pytest --durations=5@pytest.mark.flaky(reruns=5)orpytest --reruns 5pytest-xdistparallel running
pytest --cov=src --cov-report=html
pytest --cov=src --cov-report=html
pytest --durations=5@pytest.mark.flaky(reruns=5) or pytest --reruns 5pytest-xdist parallel running