Commit Graph

14 Commits

Author SHA1 Message Date
David Wilson 8e9f47a2e9 Add tests/ansible/.*.pid to gitignore (for ansible_mitogen/process.py) 2019-07-22 18:30:51 +01:00
David Wilson 2e371c96b4 Add extra/ to gitignore 2019-07-22 18:30:51 +01:00
David Wilson 2f05b93a08 update gitignore again 2019-06-03 23:42:25 +01:00
David Wilson a766fd3be5 add .*.pid to gitignore 2019-06-03 20:48:46 +01:00
David Wilson f791e34d55 Add extra/ to .gitignore. 2019-05-19 15:50:02 +01:00
David Wilson 6451117d00 Add venvs/ to gitignore 2018-10-26 10:23:34 +01:00
Alex Willmer b3d8c947c7 Ignore built doc artifacts 2018-09-30 21:26:34 +01:00
David Wilson b595314619 docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
Alex Willmer b5848e7116 Ignore compiled Python files 2018-04-01 01:45:22 +01:00
Alex Willmer 5e66f6c4fa Ignore hidden directory containing tox environments 2018-04-01 01:44:29 +01:00
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.
2018-04-01 01:43:45 +01:00
David Wilson 08b80b543f Some gitignore extras 2018-03-19 21:58:29 +05:45
Alex Willmer b7e7ff1055 gitignore: distutils output files 2018-03-19 21:58:27 +05:45
David Wilson e7ff6259a3 Initial commit. 2018-03-19 21:35:13 +05:45