We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548accd commit d247fe9Copy full SHA for d247fe9
1 file changed
tests/basicts_test/test_launcher.py
@@ -1,13 +1,2 @@
1
-import sys
2
-import os
3
-print(os.path.abspath(__file__ + "/../../../src/"))
4
-sys.path.append(os.path.abspath(__file__ + "/../../../src/"))
5
-os.chdir(os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")))
6
-
7
-import types
8
-import importlib
9
-import traceback
10
-import pytest
11
12
def test_launch():
13
- pass
+ pass
0 commit comments