Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Sep 6, 2023
1 parent 0d667f0 commit 2ef9ed2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/algoritmen/helloTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@
def exactHello(test):
test.test = lambda : assertlib.exact(lib.outputOf(_fileName), "Hallo Python\n")
test.description = lambda : "print precies: Hallo Python"

@t.failed(exactHello)
@t.test(1)
def oneLine(test):
test.test = lambda : assertlib.exact(len(lib.outputOf(_fileName).split("\n")), 2) and assertlib.exact(lib.getLine(lib.outputOf(_fileName), 1), "")
test.description = lambda : "print precies één regel"

0 comments on commit 2ef9ed2

Please sign in to comment.