This has been wrong since
0e19cdb9bff60fdeb1942f5dca677db9d8a24062 removed the
rtest directory. And yet the tests in this file somehow still run correctly in
CI. I can only guess that insufficient test isolation under Pytest results in
some other test file putting the correct path in `sys.path` prior to this file
being processed.
import sys
import pytest
-sys.path.append(os.path.join(os.path.dirname(__file__), "../../../rtest"))
+sys.path.append(os.path.join(os.path.dirname(__file__), "../../../tests"))
from gvtest import dot #pylint: disable=wrong-import-position
@pytest.mark.skipif(platform.system() == "Windows" and