Mark Spanbroek
|
1ecce5d1a6
|
Update documentation for setupAll and teardownAll
|
2022-03-01 09:25:15 +01:00 |
Eric Mastro
|
c4b23d73a9
|
feat: add support for suite before and after
`before` executes async code before all tests in the suite.
`after` executes async code after all tests in the suite.
|
2022-03-01 07:22:46 +01:00 |
Mark Spanbroek
|
d2089a6182
|
Add license
|
2022-01-10 11:14:39 +01:00 |
Mark Spanbroek
|
3882ed64ed
|
Run CI also on older version of Nim
|
2021-07-07 10:36:37 +02:00 |
Mark Spanbroek
|
deab7f9b5c
|
version 0.3.0
|
2021-07-07 10:33:52 +02:00 |
Mark Spanbroek
|
4e3c263cfb
|
Nim 1.4.8
|
2021-07-07 10:33:52 +02:00 |
Mark Spanbroek
|
2e00a43236
|
Add support for unittest2
|
2021-07-07 10:33:52 +02:00 |
Mark Spanbroek
|
a7f3ae9428
|
Fix warnings about unused setup and teardown
|
2021-01-11 17:41:55 +01:00 |
Mark Spanbroek
|
737f01326c
|
Make API identical to std/unittest
Also includes a fix for GcUnsafe2 warnings with chronos.
|
2021-01-11 17:28:55 +01:00 |
Mark Spanbroek
|
195f8cf668
|
Add Readme
Update test to match example in Readme.
|
2021-01-11 14:23:36 +01:00 |
Mark Spanbroek
|
bb5bc92605
|
Asynchronous testing in Nim
|
2021-01-11 13:35:19 +01:00 |