From 750a6057d17dbbe92b2f4fe2057e240d04eff4a1 Mon Sep 17 00:00:00 2001 From: Christof Thalhofer Date: Sun, 26 Apr 2020 12:49:06 +0200 Subject: [PATCH] Taskell next task todo and skip Both are not implemented well but necessary for summary --- comp/src/gb.test/.src/TestMe.module | 2 +- comp/src/gb.test/taskell.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/comp/src/gb.test/.src/TestMe.module b/comp/src/gb.test/.src/TestMe.module index d7738896f..37ef5f657 100644 --- a/comp/src/gb.test/.src/TestMe.module +++ b/comp/src/gb.test/.src/TestMe.module @@ -9,7 +9,7 @@ Public Sub Main() ' ------------------------------------------------- This must not succeed 'Tests = "TestCrashes" - 'Tests = "TestSummary" + Tests = "TestSummary" ' ------------------------------------------------- These must bailout 'Tests = "TestBailout" diff --git a/comp/src/gb.test/taskell.md b/comp/src/gb.test/taskell.md index 990cfffee..865d06f20 100644 --- a/comp/src/gb.test/taskell.md +++ b/comp/src/gb.test/taskell.md @@ -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