mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
remove sys.path print
This commit is contained in:
@ -4,9 +4,7 @@ import sys
|
|||||||
sys.path.append(os.getcwd())
|
sys.path.append(os.getcwd())
|
||||||
from tests import utils_for_test as test_utils
|
from tests import utils_for_test as test_utils
|
||||||
sys.path.pop()
|
sys.path.pop()
|
||||||
print(sys.path)
|
|
||||||
|
|
||||||
# TODO: Cleanup sys.path so it doesn't keep appending
|
|
||||||
|
|
||||||
class MyTests(unittest.TestCase):
|
class MyTests(unittest.TestCase):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user