Skip to content

Repository files navigation

Codewars Test Framework for Python

Installation

pip install git+https://github.com/codewars/python-test-framework.git#egg=codewars_test

Basic Example

importcodewars_testastestfromsolutionimportadd@test.describe('Example Tests')defexample_tests():
@test.it('Example Test Case')defexample_test_case():
test.assert_equals(add(1, 1), 2, 'Optional Message on Failure')

About

Codewars test framework for Python

Topics

Resources

Stars

71 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages