Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Alex Willmer dc60f05a40 tests: Switch to unit2 test runner, with coverage
This means test files are imported as modules, not run as scripts. THey
can still be run individually if so desired. Test coverage is measured,
and an html report generated in htmlcov/. Test cases are automativally
discovered, so they need not be listed twice. An overall
passed/failed/skipped summary is printed, rather than for each file.

Arguments passed to ./test are passed on to unit2. For instance

    ./test -v

will print each test name as it is run.
6 years ago
ansible_mitogen issue #106: import skeletal planner module. 6 years ago
docs docs: More getting started. 6 years ago
examples examples: more comments. 6 years ago
mitogen issue #174: select.error interface differs to OSError 6 years ago
tests tests: Switch to unit2 test runner, with coverage 6 years ago
.gitignore tests: Switch to unit2 test runner, with coverage 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 6 years ago
.travis.yml tests: Switch to unit2 test runner, with coverage 6 years ago
LICENSE Add license text everywhere. 6 years ago
README.md README: move testing bits into tests directory. 6 years ago
dev_requirements.txt fakessh_test: Apply timeout decorators to rsync tests 6 years ago
preamble_size.py issue #155: parent: move master.Context into parent. 6 years ago
setup.cfg tests: Switch to unit2 test runner, with coverage 6 years ago
setup.py setup: Scan project dir to find packages 6 years ago
test tests: Switch to unit2 test runner, with coverage 6 years ago
tox.ini tests: Switch to unit2 test runner, with coverage 6 years ago

README.md