summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-81/+0
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
|
* Skip a test if readline isn't available.Barry Warsaw2016-04-291-0/+7
| | | | Closes #230
* Fix #228Barry Warsaw2016-04-221-0/+74
``mailman shell`` now supports readline history if you set the ``[shell]history_file`` variable in mailman.cfg. Also, many useful names are pre-populated in the namespace of the shell. (Closes: #228) With test coverage.