From 8ca22e0dcc5d6667be6e81a33b85cb4cf09208dd Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 5 Jun 2023 21:13:27 +0100 Subject: [PATCH] chore: add resource under python:python-testing:pytest --- .../roadmaps/python/content/107-python-testing/101-pytest.md | 1 + 1 file changed, 1 insertion(+) 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