ratchets

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5d8782dbe6f26e4df51a06918673bcad3d7ec9be
parent 06099dba80e115ab05c1d4fb266bd1ad55cd03ab
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 16:25:05 -0500

Updated readme, added testing procedure for testing my source

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -122,3 +122,13 @@ options: ``` Of these, the -b option is particularly useful. When PyTests fail due to infringement counts increasing, it is necessary to identify where the new infringement occurred. By using the -b option you will, by default, see the 10 most recent changes that caused infringements for each rule. + +# Testing Ratchets Locally + +To run the tests for the Ratchets source code locally you can clone this repository with: + +```bash +git clone https://github.com/andrewlaack/ratchets/ +``` + +Then `cd` into ratchets and run `PyTest`.