This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitogen
mirror of
https://github.com/mitogen-hq/mitogen.git
Watch
1
Star
1
Fork
You've already forked mitogen
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5e66f6c4fa
mitogen
/
.gitignore
11 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2018-04-01 00:42:31 +00:00
.coverage
Ignore hidden directory containing tox environments
2018-04-01 00:44:29 +00:00
.tox
Some gitignore extras
2018-02-16 03:24:42 +00:00
.venv
**/.DS_Store
MANIFEST
gitignore: distutils output files
2017-10-08 13:28:28 +00:00
build/
dist/
Initial commit.
2017-09-15 06:24:41 +00:00
docs/_build
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.
2018-04-01 00:42:31 +00:00
htmlcov/
Initial commit.
2017-09-15 06:24:41 +00:00
*.egg-info