path
This commit is contained in:
parent
3ee46addfc
commit
d5a7b3a215
@ -1,4 +1,4 @@
|
||||
from os import listdir
|
||||
from os import listdir, getcwd
|
||||
|
||||
from SprintLib.testers.BaseTester import BaseTester, TestException
|
||||
|
||||
@ -7,6 +7,7 @@ class Python3Tester(BaseTester):
|
||||
file = None
|
||||
|
||||
def before_test(self):
|
||||
print(getcwd())
|
||||
for file in listdir(self.solution.testing_directory):
|
||||
if file.endswith(".py"):
|
||||
self.file = file
|
||||
|
Loading…
Reference in New Issue
Block a user