Skip to content

Commit 2999639

Browse files
committed
Comment out README section about AssertionError
1 parent 2d1cf4a commit 2999639

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def example_tests():
1414
test.assert_equals(add(1, 1), 2, 'Optional Message on Failure')
1515
```
1616

17+
<!--
18+
1719
### Using Other Assertions
1820
1921
> NOTE: This is not ready for production because the passed test case is not reported correctly.
@@ -53,3 +55,4 @@ def test_custom_assertions():
5355
custom_assert_eq(actual, expected)
5456
```
5557
58+
-->

0 commit comments

Comments
 (0)