summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-108/+0
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the commands subdirectory.Barry Warsaw2016-03-241-7/+0
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
|
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Checkpointing.Barry Warsaw2014-11-301-1/+1
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-181-1/+6
| | | | | | sorted. * Fix stderr output in sub-runners, and move the -e test option to -E.
* * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-011-0/+12
|\ | | | | | | | | and then key. Contributed by Karl-Aksel Puulmann and David Soto (LP: 1162492)
| * Fixed tests broken by previous commitKarl-Aksel Puulmann2013-04-061-0/+1
|/
* Clean up branch:Barry Warsaw2013-03-191-0/+101
- Fix copyright years. - Sort imports - "mailmanconf" -> "conf" - Add "-o -" as a synonym for output to stdout - Use Python 2.7 style {} format keys. - Line folding. - Do be sure to close the file in .process() since it could be called from API code. - Clean up the docs. - Add some tests. - Acknowledge David Soto.