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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codewars_test_teey-0.1.0.tar.gz.
File metadata
- Download URL: codewars_test_teey-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a100cd6c889a6e4df5022be70881efe206a2460f3ff32c889698d7a09b139814
|
|
| MD5 |
3c60aa878f69ff99969d59753c04399b
|
|
| BLAKE2b-256 |
c5c98ae7158fb3701cb33a93a2c151d8e343b8c98c6636fa0c863304038d344b
|
File details
Details for the file codewars_test_teey-0.1.0-py3-none-any.whl.
File metadata
- Download URL: codewars_test_teey-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2257eaf906c59426e7159241f9cfad3559996da4f20d44e46c2cc32bac0853cb
|
|
| MD5 |
735adc9883a2a27697d6314cbdce32b4
|
|
| BLAKE2b-256 |
bd7f96198373e20f9947c04468bafe0a88b8ff2dfdadd06e06a3552bf6e7279c
|