We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ebda7 commit 34d9faeCopy full SHA for 34d9fae
README.md
@@ -208,8 +208,13 @@ The session cookie will now automatically load when you `cd` into the project di
208
- Validate a part using test input:
209
210
```bash
211
+ # Add test data input
212
uv run python main.py --year <YEAR> --day <DAY> --part <PART> --add-test-input
213
+
214
+ # Add test suite boiler plate functions
215
uv run python main.py --year <YEAR> --day <DAY> --part <PART> --add-test-file
216
217
+ # Test solution for a specific day part
218
uv run python main.py --year <YEAR> --day <DAY> --part <PART>
219
```
220
0 commit comments