Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install attest

How to install Attest

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install attest
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Windows (64-bit)
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Failed View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Mac OS X (10.5+)
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Linux (32-bit)
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Linux (64-bit)
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.5.3 Available View build log
0.5.2 Available View build log
0.5.1 Available View build log
0.5 Available View build log
0.4 Available View build log
 
Author
License
Simplified BSD
Dependencies
Depended by
Lastest release
version 0.5.3 on Mar 4th, 2012

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()

Subscribe to package updates

Last updated Mar 4th, 2012

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.