We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e76072 commit de97f00Copy full SHA for de97f00
test/test.py
@@ -19,7 +19,7 @@
19
SKIP_FROM_DESCRIPTOR = bool(os.environ.get('SKIP_FROM_DESCRIPTOR'))
20
21
class MagicTest(unittest.TestCase):
22
- TESTDATA_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'testdata')
+ TESTDATA_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), 'testdata'))
23
24
def test_version(self):
25
try:
0 commit comments