Correctie lokatie test sip file na hernoemen
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user