207: pytest course, pytest-repeat and pytest-flakefinder
- New course: "The Complete pytest Course"
- pytest-repeat, which I'm starting to contribute to
- Give `--repeat-scope` a try. You can use it to change from repeating every test to repeating the session, module, or class.
- pytest-flakefinder, which is an alternative to pytest-repeat
- pytest-check is completely unrelated, but mentioned in the show
Learn pytest
- pytest is the number one test framework for Python.
- Learn the basics super fast with Hello, pytest!
- Then later you can become a pytest expert with The Complete pytest Course
- Both courses are at courses.pythontest.com