Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections.
It has a functional API inspired by Flask and a class-based API that mimics Python itself. The core avoids complicated assumptions leaving you free to write tests however you prefer.
from attest import Tests
math = Tests()
@math.test
def arithmetics():
assert 1 + 1 == 2
if __name__ == '__main__':
math.run()
Release files for Attest 0.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Attest-0.5.3.tar.gz | 36.3 kB | Details |
Release files / Attest-0.5.3.tar.gz
| Download URL | Attest-0.5.3.tar.gz |
|---|---|
| Size | 36.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1be3f3bb9129c48d15f6497cde1caa1c7d30f8c438e7eeb77e729d2aab1be0df
|
|
BLAKE2b-256 checksum How to use checksums |
8d20849b7af3308d6de7efebd2fbd462305ffac17099c21521fca1c22120a485
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |