mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
Move functions responsible for preparation of the environment to the util file. This is extracted from https://github.com/scylladb/scylladb/pull/22894 to make it easier to work together. Closes scylladb/scylladb#23221
9 lines
184 B
Python
9 lines
184 B
Python
#
|
|
# Copyright (C) 2025-present ScyllaDB
|
|
#
|
|
# SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
|
|
#
|
|
import os
|
|
|
|
TEST_RUNNER = os.environ.get("SCYLLA_TEST_RUNNER", "pytest")
|