From 426860df8db431d2f4c91ccb6fea2b8c7f74c652 Mon Sep 17 00:00:00 2001 From: kazk Date: Wed, 8 Jul 2020 12:02:57 -0700 Subject: [PATCH] Add note to using other assertions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fdd592..a7ec655 100644 --- a/README.md +++ b/README.md @@ -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