xfstestsdb/tests/xunit/__init__.py
Anna Schumaker 59cb699bd9 gtk: Add a PropertyList model
Along with Property, PropertyValue, and PropertyFilter objects that are used
togther to show specific properties to the user when placed in a
Gtk.ColumnView.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-08-16 10:34:20 -04:00

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"