Browse Source

Fixing language

pull/6/head
Ryan Reed 3 years ago
parent
commit
a5e18d5c80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -22,7 +22,7 @@ Each day will include a pytest script that uses examples from the day.
This allows for verifying the code works by running `pytest`. For example:
Note: `--durations=0` shows the slowest tests (if taking longer then 0.005s
Note: `--durations=0` shows the slowest tests (if taking longer then 0.005s). This is great for testing differences between changes.
```
|--% pytest -v --durations=0 puzzles/test_day04.py


Loading…
Cancel
Save