mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-12-22 00:28:15 +02:00
fix for tests run inside vscode
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import unittest
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.getcwd())
|
||||
from tests import utils_for_test as test_utils
|
||||
|
||||
sys.path.pop()
|
||||
|
||||
class MyTests(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user