Taskell next task todo and skip

Both are not implemented well but necessary for summary
This commit is contained in:
Christof Thalhofer 2020-04-26 12:49:06 +02:00
parent 127eb07385
commit 750a6057d1
2 changed files with 8 additions and 4 deletions

View file

@ -9,7 +9,7 @@ Public Sub Main()
' ------------------------------------------------- This must not succeed
'Tests = "TestCrashes"
'Tests = "TestSummary"
Tests = "TestSummary"
' ------------------------------------------------- These must bailout
'Tests = "TestBailout"

View file

@ -1,8 +1,12 @@
## To Do
- TestAssertion: Skip and Todo
> TestAssertion must contain variables to store Skip and Todo for summary. See TestSummary
- Summary as a TAP comment
> Description in .hidden/summary-example-txt
- Skip all
- Free Assert from non-assertions
> There are things in Assert which are no assertions, like Print, Finish, Note and so on. These should be methods of Test. For example: Test.Plan, Test.Note, Test.Finish ...
- Skip all
- Ensure TAP created according to spec
- Parser parse subtests
- Plan
@ -18,8 +22,8 @@
## Work
- Summary as a TAP comment
> Description in .hidden/summary-example-txt
- Todo Directive
> Todo directive does not exist. See TestSummary
## Done