mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
When test.py executing python test it executes it by mode and by file, so it can say where the report should with mode. With new approach pytest will execute the tests for all modes inside himself, and we can only have one report per pytest invocation. That's why we need common directory for reports and not under the mode directory. It can later be used for simplification, so any report should be there.