todos should be not ok
This commit is contained in:
parent
46d94df444
commit
e33b32a887
1 changed files with 1 additions and 1 deletions
2
TAP.idr
2
TAP.idr
|
@ -329,7 +329,7 @@ run1' (index, test) = do
|
|||
putOk' Yellow True index "\{test.label} # skip \{reason}"
|
||||
Todo reason => do
|
||||
modify $ \s : Results => {todo $= S} s
|
||||
putOk' Yellow True index "\{test.label} # todo \{reason}"
|
||||
putOk' Yellow False index "\{test.label} # todo \{reason}"
|
||||
pure $ toBool res
|
||||
|
||||
parameters (skipNotes : Bool)
|
||||
|
|
Loading…
Add table
Reference in a new issue