import codewars_test as test
from solution import add
@test.describe('Example Tests')
def example_tests():
@test.it('Example Test Case')
def example_test_case():
test.assert_equals(add(1, 1), 2, 'Optional Message on Failure')
forked from codewars/python-test-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Codewars test framework for Python
License
andrewbrindley/python-test-framework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Codewars test framework for Python
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 96.0%
- Shell 4.0%