Skip to main content

Codewars test framework for Python (fork)

Project description

Codewars Test Framework for Python

See also

This is a fork from https://github.com/Codewars/python-test-framework

Example

from solution import add
import codewars_test as test

@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')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codewars_test_teey-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

codewars_test_teey-0.1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page