xfstestsdb/tests/xunit/__init__.py

7 lines
212 B
Python

# Copyright 2023 (c) Anna Schumaker.
"""Set up a path to the test xunit files."""
import pathlib
XUNIT_1 = pathlib.Path(__file__).parent / "test-1.xunit"
XUNIT_2 = pathlib.Path(__file__).parent / "test-2.xunit"