1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

remove sys.path print

This commit is contained in:
Kelly Brazil
2024-03-14 17:31:38 -07:00
parent 86a4bd12b5
commit 401b7b31b8
-2
View File
@@ -4,9 +4,7 @@ import sys
sys.path.append(os.getcwd())
from tests import utils_for_test as test_utils
sys.path.pop()
print(sys.path)
# TODO: Cleanup sys.path so it doesn't keep appending
class MyTests(unittest.TestCase):