python-test-framework
python-test-framework copied to clipboard
Tests with AssertionError doesn't display PASSED
We can't use assertions from libraries yet because of this. See https://github.com/codewars/python-test-framework/pull/5#issuecomment-645184231
I'm happy to help redesign/code the test runner to accommodate this once we have a design goal ready for it. I hate to leave the half-done project in limbo since it's been merged.
Can you review #12? Feel free to suggest any other alternative ways too. We can do some experiments and decide.
I also added some tests (need to generate more for each assertion function) to prevent regression (#11).