Correctie locatie tests directory
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONPATH: .
|
PYTHONPATH: .
|
||||||
commands:
|
commands:
|
||||||
- python tests/__init__.py
|
- python lmwsip/tests/__init__.py
|
||||||
|
|
||||||
- name: Build package files
|
- name: Build package files
|
||||||
commands:
|
commands:
|
||||||
|
@@ -74,7 +74,7 @@ class lmwsipTest(unittest.TestCase):
|
|||||||
args.cleartelnet = False
|
args.cleartelnet = False
|
||||||
args.time = "+00:59"
|
args.time = "+00:59"
|
||||||
args.date = "2020-01-01"
|
args.date = "2020-01-01"
|
||||||
args.files = [open("tests/test.sip")]
|
args.files = [open("lmwsip/tests/test.sip")]
|
||||||
run(args)
|
run(args)
|
||||||
args.files[0].close()
|
args.files[0].close()
|
||||||
self.assertEqual(capturedOutput.getvalue().find("!")>= 0, True)
|
self.assertEqual(capturedOutput.getvalue().find("!")>= 0, True)
|
Reference in New Issue
Block a user