From cdd4d8b9ecc8de8bde9220f6f009f88d83c60bce Mon Sep 17 00:00:00 2001 From: Patrick Carlson Date: Mon, 8 Apr 2024 11:08:56 -0500 Subject: [PATCH] docs: update test link to latest version (#1114) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6ec55295..7384e1bf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,7 +48,7 @@ To execute unit tests, run the following DATAPROFILER_SEED=0 python3 -m unittest discover -p "test*.py" ``` -For more nuanced testing runs, check out more detailed documentation [here](https://capitalone.github.io/DataProfiler/docs/0.8.1/html/install.html#testing). +For more nuanced testing runs, check out more detailed documentation [here](https://capitalone.github.io/DataProfiler/docs/0.10.9/html/install.html#testing). ## Creating [Pull Requests](https://github.com/capitalone/DataProfiler/pulls) Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests: