Skip to content

Commit 2b4d717

Browse files
authored
Add note to using other assertions (#10)
1 parent fc34f25 commit 2b4d717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def example_tests():
1616

1717
### Using Other Assertions
1818

19+
> NOTE: This is not ready for production because the passed test case is not reported correctly.
20+
> See [#9](https://github.com/codewars/python-test-framework/issues/9).
21+
1922
Any function that raises an `AssertionError` can be used instead of `codewars_test` assertions:
2023

2124
```python

0 commit comments

Comments
 (0)