Tools for testing processes
Project Description
Tools for testing processes.
Usage
from process_tests import ProcessTestCase from process_tests import TestProcess class MyTestCase(ProcessTestCase): def test_simple(self): with TestProcess('mydaemon', 'arg1', 'arg2') as proc: with self.dump_on_error(proc.read): self.wait_for_strings(proc.read, 10, # wait 10 seconds for process to output lines with these strings 'Started', 'Working', 'Done', )
Features
- TODO
Examples
- https://github.com/ionelmc/python-redis-lock/blob/master/tests/test_redis_lock.py
- https://github.com/ionelmc/python-manhole/blob/master/tests/test_manhole.py
- https://github.com/ionelmc/python-stampede/blob/master/tests/test_stampede.py
- https://github.com/ionelmc/python-remote-pdb/blob/master/tests/test_remote_pdb.py
TODO
- tests
- docs
Requirements
OS: | Any |
---|---|
Runtime: | Python 2.6, 2.7, 3.2, 3.3 or PyPy |
Similar projects
- TODO
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
process_tests-2.0.0-py2.py3-none-any.whl (5.5 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | Jan 8, 2018 |
process-tests-2.0.0.tar.gz (5.0 kB) Copy SHA256 hash SHA256 | Source | None | Jan 8, 2018 |