Skip to content

Commit 34d9fae

Browse files
committed
chore: additional comments for when testing solutions
1 parent 77ebda7 commit 34d9fae

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
@@ -208,8 +208,13 @@ The session cookie will now automatically load when you `cd` into the project di
208208
- Validate a part using test input:
209209

210210
```bash
211+
# Add test data input
211212
uv run python main.py --year <YEAR> --day <DAY> --part <PART> --add-test-input
213+
214+
# Add test suite boiler plate functions
212215
uv run python main.py --year <YEAR> --day <DAY> --part <PART> --add-test-file
216+
217+
# Test solution for a specific day part
213218
uv run python main.py --year <YEAR> --day <DAY> --part <PART>
214219
```
215220

0 commit comments

Comments
 (0)