From 99107dd833156508a60827c7e8514ec9c8b104b8 Mon Sep 17 00:00:00 2001 From: Manul Patel Date: Wed, 26 Apr 2023 22:50:42 +0530 Subject: [PATCH] Updated Pytest video series link --- docs/source/contributing/running_the_test_suite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/running_the_test_suite.md b/docs/source/contributing/running_the_test_suite.md index 6c71bc68b1..2e50d7678f 100644 --- a/docs/source/contributing/running_the_test_suite.md +++ b/docs/source/contributing/running_the_test_suite.md @@ -7,7 +7,7 @@ pip install -r requirements-dev.txt ``` The PyMC test suite uses `pytest` as the testing framework. -If you are unfamiliar with `pytest`, check out [this short video series](https://calmcode.io/pytest/). +If you are unfamiliar with `pytest`, check out [this short video series](https://calmcode.io/pytest/introduction.html). With the optional dependencies installed, you can start running tests. Below are some example of how you might want to run certain parts of the test suite.