mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 22:25:48 +00:00
Run ScyllaClusterManager using pytest fixture if `--manager-api` option is not provided. On this stage we're trying to be as close to test.py as possible. test.py runs tests file-by-file, so, effectively, scopes `session`, `package`, and `module` are pretty same. Also, test.py starts ScyllaClusterManager for every test module and this is the reason why fixture `manager_api_sock_path` has scope=`module`. And, in result, we need to change scope for fixture `manager_internal` too.