Why the need for the codewars testing framework? #3268
Unanswered
FranzMartyn
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Slightly related: codewars/runner#50. Note that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Codewars offers 2 testing frameworks for Python:
unittest
codewars_test
What's the need for creating a seperate testing framework? Does
unittest
not offer some features that would be a lot more helpful for creating and translating katas? Do kata creators and translators prefer using a JUnit-like testing framework? Or is there something else?Beta Was this translation helpful? Give feedback.
All reactions