From dea73c249f2ecd24ba553ac7a68d87da0a8d346d Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Tue, 8 Sep 2020 16:41:27 +0200 Subject: [PATCH] Correctie lokatie test sip file na hernoemen --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 2f29766..b3c0051 100755 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -74,7 +74,7 @@ class lmwsipTest(unittest.TestCase): args.cleartelnet = False args.time = "+00:59" args.date = "2020-01-01" - args.files = [open("test/test.sip")] + args.files = [open("tests/test.sip")] run(args) args.files[0].close() self.assertEqual(capturedOutput.getvalue().find("!")>= 0, True)