* Use relative tests directory references * Use absolute TESTS_DIR Co-authored-by: Tom Christie <tom@tomchristie.com>
5 lines
96 B
Python
5 lines
96 B
Python
import pathlib
|
|
|
|
TESTS_DIR = pathlib.Path(__file__).parent
|
|
FIXTURES_DIR = TESTS_DIR / "fixtures"
|