Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def example_tests():

### Using Other Assertions

> NOTE: This is not ready for production because the passed test case is not reported correctly.
> See [#9](https://github.com/codewars/python-test-framework/issues/9).

Any function that raises an `AssertionError` can be used instead of `codewars_test` assertions:

```python
Expand Down