mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
pytest supports - if the "repeat" extension is installed - a convenient and efficient way to repeat the same test (or all of them) multiple times. Since it's very useful, let's document it in cql-pytest/README.md. By the way, our test.py also has a "--repeat" option, but it can only run all cql-pytest tests, not just repeat a single small test, and it is also slower (and arguably, different) because it restarts Scylla instead of running a test 100 times on the same Scylla. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20211007122146.624210-1-nyh@scylladb.com>