summaryrefslogtreecommitdiff
path: root/src/mailman/testing/nose.py
Commit message (Collapse)AuthorAgeFilesLines
* More fixes & flufl.testing.Barry Warsaw2016-11-291-118/+0
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-1/+1
|
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
|
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
| | | | | | | This suppresses all errors in the file. Use `noqa`, although pep8 doesn't honor this for all errors. There may be a plugin which helps.
* Clean up the testing directory.Barry Warsaw2016-03-251-12/+8
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Coverage improvements.Barry Warsaw2015-12-291-1/+1
| | | | | | | | * Boost coverage. * Don't report coverage on the test modules. * In one test, when acquiring the lock, set a timeout. Hopefully this will eliminate the occasional test deadlock. * Fix a buglet in wrap()
* * Remove the test_suite key from setup.py; it isn't the right way to run theBarry Warsaw2015-10-081-2/+2
| | | | | tests suite (for that, use tox). * Use resource_filename() to locate the top mailman package.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+1
|
* Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-161-0/+6
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Do a better job of pattern matching for the nose2 -P plugin switch.Barry Warsaw2013-11-271-3/+7
|
* * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-181-1/+8
| | | | | | sorted. * Fix stderr output in sub-runners, and move the -e test option to -E.
* * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by theBarry Warsaw2013-08-271-0/+7
| | | | | ``nose2`` test runner. See ``src/mailman/docs/START.rst`` for details on how to build Mailman and run the test suite.
* * Suppress the extra Doctest: lines.Barry Warsaw2013-08-271-5/+5
| | | | * Use DocFileTest directly.
* Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+1
|
* * Re-name doctests.Barry Warsaw2013-08-251-2/+40
| | | | | * Fix executable location now that we're not using buildout. * Fix enum repr.
* Switch to virtualenv and nose2 instead of zc.buildout and zope.testing.Barry Warsaw2013-08-251-0/+61