2020-04-12 10:38:02 +02:00
## To Do
2020-04-25 11:38:52 +02:00
- Test.Main has to complain if testmodule doesn't exist
2020-04-25 20:19:53 +02:00
- Free Assert from non-asserts
> 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 ...
- Assert documentation
2020-04-25 11:38:52 +02:00
- Ensure TAP created according to spec
2020-04-25 20:19:53 +02:00
- Parser parse subtests
- Skip all
2020-04-25 11:38:52 +02:00
- Install gbt3 at Gambas installation
- gbt3 has to return exit status at the end
2020-04-12 10:38:02 +02:00
## Work
2020-04-25 11:38:52 +02:00
- Summary as a TAP comment
> Description in .hidden/summary-example-txt
2020-04-12 10:38:02 +02:00
## Done
2020-04-25 11:38:52 +02:00
- Subtests don't count the right way
> If there is only one testmodule called, subtest counts a lot of subtests instead just one
- gb.test doesn't print to console