- https://docs.pytest.org/en/6.2.x/reference.html !!! Important
- https://realpython.com/pytest-python-testing/
- https://hackebrot.github.io/pytest-tricks/
- https://miguendes.me/7-pytest-features-and-plugins-that-will-save-you-tons-of-time PytTst features save the time
- https://raphael.codes Blog on PyTest
- https://medium.com/@alipala Also blog, Jenkins
- https://miguendes.me/7-pytest-plugins-you-must-definitely-use PyTest extensions
- https://miguendes.me/pytest-disable-autouse
- https://opensource.com/article/21/9/unit-test-python how to test API (data-class example, json → python)
- https://mq-software-carpentry.github.io/python-testing/09-integration/ Integration test in Python example
- https://testdriven.io/blog/modern-tdd/