diff --git a/src/data/roadmaps/python/content/107-python-testing/101-pytest.md b/src/data/roadmaps/python/content/107-python-testing/101-pytest.md index 34f008a1d..fc921a932 100644 --- a/src/data/roadmaps/python/content/107-python-testing/101-pytest.md +++ b/src/data/roadmaps/python/content/107-python-testing/101-pytest.md @@ -6,3 +6,4 @@ Visit the following resources to learn more: - [Official Docs](https://docs.pytest.org/) - [Pytest Tutorial](https://www.tutorialspoint.com/pytest/index.htm) +- [Effective Python Testing With Pytest](https://realpython.com/pytest-python-testing/) \ No newline at end of file