Skip to content

Commit

Permalink
[readme] Add section for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jul 19, 2024
1 parent 8767214 commit c54009f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ Run `python -m solve --help` to see more options.

- For example, instead of `both` you can use `solo-rooms` to get steps only for solo rooms.
- Option `-i` pauses output after every step. Press Enter to proceed to the next step.

# Development

# Running tests

1. Open terminal in the root of this project.
2. Run `python -m unittest discover tests "test_*.py" .` to run all tests.

0 comments on commit c54009f

Please sign in to comment.