We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1cf4a commit 2999639Copy full SHA for 2999639
README.md
@@ -14,6 +14,8 @@ def example_tests():
14
test.assert_equals(add(1, 1), 2, 'Optional Message on Failure')
15
```
16
17
+<!--
18
+
19
### Using Other Assertions
20
21
> NOTE: This is not ready for production because the passed test case is not reported correctly.
@@ -53,3 +55,4 @@ def test_custom_assertions():
53
55
custom_assert_eq(actual, expected)
54
56
57
58
+-->
0 commit comments