a simple and readable python testing tool
Project description
TurboTest๐ฅ
let's make test readable and simple
Give it a try
import TurboTest as tt
from my_module.my_function import my_function
def basic_operations():
result = my_function(2, 3)
expected = 5
tt.both_are_equal(result, expected)
def should_raise_AssertionError_for_input_less_than_25():
with tt.these_will_raise(AssertionError) as its: my_function(21)
tt.both_are_equal(its.exception_msg, "Invalid: Value is less than 25.")
What you will get:
TurboTest... at '/path/to/my_module' (Monday, Jan 1, 2024, 13:11:21 UTC-0800)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
[22:00:00] PASS: my_function: basic operation (3|1m2.3s)
[22:00:02] PASS: my_function: should raise AssertionError for input less than 25 (9|2m2.1s)
[22:02:00] FAIL: abc123/foo/bar: should do X (2|0m5.1s)
[22:03:00] FAIL: abc123/foo/bar: reject empty string (1|0m0.1s)
[22:05:12] PASS: xyz/abc: exit if X equal to None (9|0m0.7s)
[22:07:45] FAIL: xyz/pqr: return None if Y does not exist (6|2m3.1s)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Done, 100 test functions [pass/fail: 61/39] executed in [core/total: 31m2.0s/37m3.1s] ๐ฅ๐ฅ
with color:
[]
Install
- via PyPI: run
pip install turbotest
Misc
License
This project's source code and documentation are under the MIT license.
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
TurboTest-0.8.0b0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file TurboTest-0.8.0b0.tar.gz
.
File metadata
- Download URL: TurboTest-0.8.0b0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c36ff9afb0f4d8872e3143bafdd57561fd43969ba2ff2000b0ac88a81ed18286 |
|
MD5 | 1249148a023ff8d734f980a9ea8339cb |
|
BLAKE2b-256 | 37ee35b155f9d1935ab6e41fcf26d6fa17732d161230b0e582c851978d4c14fc |
File details
Details for the file TurboTest-0.8.0b0-py3-none-any.whl
.
File metadata
- Download URL: TurboTest-0.8.0b0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4234703a0faabd0335800424d7fef11c124d38bd9b4ea636d637d74f2e8b95aa |
|
MD5 | 0bd9e5731d65c88f6682f3c7ebda115d |
|
BLAKE2b-256 | 2fdb01edcb23e80190bf30d74c751f9bf4a04836cf0e9dc74da9ec8880d8be4b |