cql-pytest contains subdirectories with tests ported from Cassandra. It's desirable to preserve the same layout and file names for these tests as in the original source tree. To do that, add support for recursive search of tests to PythonTestSuite. The log files for the tests which are found recursively are created in subdirs of the test tmpdir. While implementing the feature, switch to using pathlib, since a) it supports rglob (recursive glob) and b) it was requested in one of the earlier reviews. Closes #11018
51 KiB
Executable File
51 KiB
Executable File