Framework for test development
Project description
About
This is framework for test development
Simple example
import seismograph
suite = seismograph.Suite(__name__)
@suite.register
def my_first_test(case):
case.assertion.equal(1, 1)
if __name__ == '__main__':
seismograph.main()
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
seismograph-0.0.10.tar.gz
(47.4 kB
view hashes)