# HG changeset patch # User Franz Glasner # Date 1776684860 -7200 # Node ID 251898f2f0c72e591a795ca78b5b1ec30ad9ca91 # Parent b92f660f24610fbe73bde27becd365c49148fc0d The test data should live in "tests/snippets" for Pygments; rename "data" to "snippets" diff -r b92f660f2461 -r 251898f2f0c7 tests/_tsetup.py --- a/tests/_tsetup.py Mon Apr 20 13:31:42 2026 +0200 +++ b/tests/_tsetup.py Mon Apr 20 13:34:20 2026 +0200 @@ -19,9 +19,9 @@ os.path.normpath(os.path.join(os.path.dirname(__file__), "..")))) -TESTDATADIR = os.path.join( +TESTSNIPPETSDIR = os.path.join( os.path.abspath(os.path.dirname(__file__)), - "data") + "snippets") # Setup logging for the unittests: use a known fixed format w/o time