Attest 0.5.2
Modern, Pythonic unit testing.
Downloads ↓ | Package Documentation
Latest Version: 0.5.3
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()
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Attest-0.5.2.tar.gz (md5) | Source | 2011-04-19 | 34KB | 1167 | |
- Author: Dag Odenhall
- Documentation: Attest package documentation
- Home Page: https://github.com/dag/attest
- License: Simplified BSD
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Programming Language :: Python
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.1
- Topic :: Software Development :: Testing
- Package Index Owner: bradley.ayers, dag, SimonSapin
- DOAP record: Attest-0.5.2.xml
