ratchets

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

commit b88dcc779b9afb8658482bf3fe4c7c29eff98511
parent 2295d6a22437fffa701bcf15e85b0056f821818c
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 17:27:54 -0500

Updated documentation about testing locally

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -138,4 +138,4 @@ To run the tests for the Ratchets source code locally you can clone this reposit git clone https://github.com/andrewlaack/ratchets/ ``` -Then `cd` into ratchets and run `PyTest`. +Then `cd` into ratchets and run `PyTest`. The tests use the installed version of Ratchets in your (virtual) environment so you must ensure changes to source files are applied to Ratchets there.