Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vinvinvincent committed Dec 12, 2023
1 parent 53e6b3c commit 4de38ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ This is my [Advent of Code 2023](https://adventofcode.com/2023/) project! I code
## How to Run
### testplan
```sh
python tests/test_plan.py
# all the days
python tests/test_plan.py -v
# specific day
python tests/test_plan.py -v --pattern="Day 1"

# display testplan report
tpsreport display fromjson report/report.json
```

### testplan with coverage
```sh
python tests/test_plan.py --coverage
python tests/test_plan.py --coverage -v
coverage report -m
coverage html

Expand Down

0 comments on commit 4de38ca

Please sign in to comment.