Skip to content

Commit d3d8060

Browse files
committed
running outside pycharm
1 parent 4745027 commit d3d8060

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/ch14_testing/final/tests/_all_tests.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
import sys
2+
import os
3+
4+
container_folder = os.path.abspath(os.path.join(
5+
os.path.dirname(__file__), '..'
6+
))
7+
sys.path.insert(0, container_folder)
8+
9+
110
# noinspection PyUnresolvedReferences
211
from account_tests import *
312
# noinspection PyUnresolvedReferences

0 commit comments

Comments
 (0)