mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
- To isolate the different pytest suites, remove the top level conftest and move needed contents to existing `test/pylib/cql_repl/conftest.py` and `test/topology/conftest.py`. - Add logging to CQL and Python suites. - Log driver version for CQL and topology tests. Closes #11482 * github.com:scylladb/scylladb: test.py: enable log capture for Python suite test.py: log driver name/version for cql/topology test.py: remove top level conftest.py