Attest

Software Screenshot:
Attest
Software Details:
Version: 0.5.3
Upload Date: 14 Apr 15
Developer: Dag Odenhall
Distribution Type: Freeware
Downloads: 14

Rating: 4.0/5 (Total Votes: 1)

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, Assert
math = Tests()

@math.test
def arithmetics():
 Assert(1 + 1) == 2

if __name__ == '__main__':
 math.run()

Requirements:

  • Python

Similar Software

Comments to Attest

Comments not found
Add Comment
Turn on images!