This website works better with JavaScript.
Explore
Help
Register
Sign In
archive
/
mitogen
mirror of
https://github.com/mitogen-hq/mitogen.git
Watch
1
Star
0
Fork
You've already forked mitogen
0
Code
Releases
Activity
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.
5e66f6c4fa
docs-master
stable
master
pr683
0.2-release
pull-request-checklist
dmw
circleci-project-setup
new-serialization
gh-pages
redirect
issue531
issue510
issue260
issue72
wip-fakessh-exit-status
v0.2.10rc1
v0.3.0rc1
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
working-django
working
v0.2.0
v0.2.1
v0.2.10
v0.2.10-rc.0
v0.2.2
v0.3.0
v0.3.0-rc.0
v0.3.1
v0.3.10
v0.3.11
v0.3.12
v0.3.13
v0.3.14
v0.3.15
v0.3.16
v0.3.17
v0.3.18
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.3.6
v0.3.7
v0.3.8
v0.3.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5e66f6c4fa'
${ noResults }
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.
7 years ago
.coverage
Ignore hidden directory containing tox environments
7 years ago
.tox
Some gitignore extras
7 years ago
.venv
**/.DS_Store
MANIFEST
gitignore: distutils output files
7 years ago
build/
dist/
Initial commit.
7 years ago
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.
7 years ago
htmlcov/
Initial commit.
7 years ago
*.egg-info