1
0
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:
Kelly Brazil
2024-03-14 17:31:38 -07:00
parent 86a4bd12b5
commit 401b7b31b8

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):