commit e1fdb8e760445e65458df86c74e89bf0841a74f1
parent f235511f247f38e426cde4dfdc9f76640ad80305
Author: Andrew D. Laack <andrew@laack.co>
Date: Thu, 19 Jun 2025 20:38:54 -0500
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -100,7 +100,7 @@ Once the update command has been executed, the `ratchet_excluded.txt` file is cr
## Running as part of PyTest
-To set up tests, we provide an example file at [examples/example_test_ratchet.py](https://github.com/andrewlaack/ratchets/blob/toml-naming-change/examples/example_test_ratchet.py), which defines tests to be ran with PyTest. In this file there are two uncommented methods that runs one test per rule in both sections (regex and shell).
+To set up tests, we provide an example file at [examples/example_test_ratchet.py](https://github.com/andrewlaack/ratchets/blob/main/examples/example_test_ratchet.py), which defines tests to be ran with PyTest. In this file there are two uncommented methods that runs one test per rule in both sections (regex and shell).
The commented methods aggregate these tests together into two total tests (regex and shell).