From 7c313eebddc4032a9a203dfb391d3a9fbc4082ee Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sat, 6 Jul 2024 21:56:01 +0100 Subject: [PATCH] Added example of test running with verbose logging --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aad53d6..cae7f62 100644 --- a/README.md +++ b/README.md @@ -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)