We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39ebc9 commit 67c38dbCopy full SHA for 67c38db
book/src/setup.md
@@ -36,7 +36,7 @@ pdm install -v # this will automatically create a virtual environment and instal
36
```bash
37
pdm run python check.py
38
# The reference solution should pass all the tests
39
-pdm run test_ref_impl_week1
+pdm run test-week1-ref
40
```
41
42
## Run Unit Tests
0 commit comments