Correctie locatie tests directory
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2020-09-08 16:52:28 +02:00
parent dea73c249f
commit 04667dc28c
4 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ steps:
environment:
PYTHONPATH: .
commands:
- python tests/__init__.py
- python lmwsip/tests/__init__.py
- name: Build package files
commands:

View File

@@ -74,7 +74,7 @@ class lmwsipTest(unittest.TestCase):
args.cleartelnet = False
args.time = "+00:59"
args.date = "2020-01-01"
args.files = [open("tests/test.sip")]
args.files = [open("lmwsip/tests/test.sip")]
run(args)
args.files[0].close()
self.assertEqual(capturedOutput.getvalue().find("!")>= 0, True)