Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Sep 28, 2023
1 parent f4bd186 commit 59f2979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integreren/montecarloTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def testMethod():

test.test = testMethod
test.description = lambda : "montecarlo werkt correct voor een simpele functie"
test.fail = lambda info : "zorg dat deze check altijd akkoord geeft, dus gebruik checkpy meerdere keren"
test.timeout = lambda : 90

@t.passed(hasMontecarlo)
Expand All @@ -89,6 +90,7 @@ def testMethod():

test.test = testMethod
test.description = lambda : "montecarlo werkt correct wanneer het beginpunt niet gelijk is aan 0"
test.fail = lambda info : "zorg dat deze check altijd akkoord geeft, dus gebruik checkpy meerdere keren"
test.timeout = lambda : 90

@t.passed(hasMontecarlo)
Expand Down

0 comments on commit 59f2979

Please sign in to comment.