Skip to content

Commit 17f9735

Browse files
author
tyharwood
committed
Added testing instructions
1 parent a245b97 commit 17f9735

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ To set up a development environment I suggest using uv. After cloning the reposi
1010

1111
`uv sync --all-groups`
1212

13+
I'm not the brightest bulb, so for some reason I couldn't get `uv run pytest` to work. For some reason that uses the default python interpreter instead of your virtual environment. This does work though:
14+
15+
`uv run python -m pytest /tests`
16+
17+
1318
### CLI Basic usage
1419

1520
[image](./docs/pipeline.svg)

0 commit comments

Comments
 (0)