Improve behavior and reporting of tests expected to fail

Fixes #786.
This commit is contained in:
KtorZ
2024-01-19 18:18:44 +01:00
parent 94f9fa9cab
commit 8a90e9eda0
8 changed files with 96 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
test foo_1() fail {
False
}
test foo_2() fail {
expect 14 == 42
True
}