Skip to content

Commit

Permalink
Added example of test running with verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Jul 6, 2024
1 parent 5e6be9d commit 7c313ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ To run a specific test:
$ tox -- tests/test_redistimeseries.py
```

To run a specific test with verbose logging:

```sh
# tox -- -vv --log-cli-level=INFO tests/test_run.py
```

## License

redisbench-admin is distributed under the BSD3 license - see [LICENSE](LICENSE)

0 comments on commit 7c313ee

Please sign in to comment.