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 fc34f25 commit 2b4d717Copy full SHA for 2b4d717
README.md
@@ -16,6 +16,9 @@ def example_tests():
16
17
### Using Other Assertions
18
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
+
22
Any function that raises an `AssertionError` can be used instead of `codewars_test` assertions:
23
24
```python
0 commit comments