https://github.com/factomproject/tests_python
Python tests for continious integration
https://github.com/factomproject/tests_python
Last synced: 10 months ago
JSON representation
Python tests for continious integration
- Host: GitHub
- URL: https://github.com/factomproject/tests_python
- Owner: FactomProject
- Created: 2016-11-15T19:15:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T21:14:48.000Z (about 6 years ago)
- Last Synced: 2025-04-11T04:39:36.552Z (10 months ago)
- Language: Python
- Size: 719 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tests_python
[]
Python tests for continuous integration
#before all test runs
`export PYTHONPATH=.`
#to run all tests:
in test folder:
`nosetests`
#test suits
to quickly run full regression tests
`nosetests -a fast`
to run test suite which checks balances, blocks, chains, entries between servers
`nosetests -a last`
to run checks on the production network
`nosetests -a production
to run tests which put a load on the network
`nosetests -a load`
to run tests which verify the proper operation of the faulting and election process
`nosetests -a election