About
This is framework for test development. It makes life so easy because has flexible structure. If you are needing for extension which is not, that you can to create issue on github or implemented it and send merge request.
Features
Built-in extensions
Async launch at choice
Real suite objects
Test script by steps
Test case as class, function or static function
Context flow for test execution
XUnit xml report
Detailed reason of crash by any problem
Logical layers for all runnable objects
Time of execution measured separately for any of runnable objects
Opportunity to repeat test with help generator object
Installation
Full installation:
pip install seismograph
Simple install(for unit testing, without extensions):
SIMPLE_SEISMOGRAPH=true pip install seismograph
With choice extensions:
SEISMOGRAPH_EXTENSIONS='selenium, mocker' pip install seismograph
Documentation
Quick start
import seismograph
suite = seismograph.Suite(__name__)
@suite.register
def my_first_test(case):
case.assertion.equal(1, 1)
if __name__ == '__main__':
seismograph.main()
Run tests
seismograph /path/to/suites/
or like
python -m seismograph /path/to/suites/
Async run
multiprocessing
threading
gevent (for python 2 only)
Release files for seismograph 0.5.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seismograph-0.5.4.tar.gz | 71.2 kB | Details |
Release files / seismograph-0.5.4.tar.gz
| Download URL | seismograph-0.5.4.tar.gz |
|---|---|
| Size | 71.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d2b39a459f5b1eb1f5e97da808d09cf359fcf8ac760456b6b0875328989c943
|
|
BLAKE2b-256 checksum How to use checksums |
add2e29174ecc6657276f78a498edaacaefa0f78b43b51dd221a3450b8947ee8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.15
|