summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Macro resolution now occurs during parsingKevin Van Brunt2019-05-021-1/+1
|/
* Added unit testKevin Van Brunt2019-04-251-11/+20
* Updated commentKevin Van Brunt2019-04-241-2/+8
* Added unit test for stdout capture in pyscriptKevin Van Brunt2019-04-233-2/+39
* Pyscript now saves command output during the same period that redirection doesKevin Van Brunt2019-04-101-3/+2
* Added unit test for path completion in root directoryKevin Van Brunt2019-04-051-0/+19
* Attempt to fix unit testsTodd Leonhardt2019-04-021-0/+3
* Added some unit tests for ProcReader and ContextFlag utility classesTodd Leonhardt2019-04-021-0/+51
* Added unit testKevin Van Brunt2019-03-271-0/+9
* Simplified a unit testKevin Van Brunt2019-03-201-3/+2
* Fixed unit testKevin Van Brunt2019-03-201-3/+3
* Fixed unit test on WindowsKevin Van Brunt2019-03-201-1/+1
* Made run_cmd return out and errKevin Van Brunt2019-03-207-459/+401
* Printing an error instead of raising and exception if setting a variable that...Kevin Van Brunt2019-03-201-23/+15
* Not running command if redirection failsKevin Van Brunt2019-03-201-19/+8
* Only capturing Popen output when stdout is a StdSim objectKevin Van Brunt2019-03-201-0/+1
* Now consistently use -t flag for transcript generation for both history and l...Todd Leonhardt2019-03-191-1/+1
* Updated CHANGELOGTodd Leonhardt2019-03-191-2/+2
* Merge branch 'master' into load_generate_transcriptTodd Leonhardt2019-03-183-9/+7
|\
| * Merge branch 'master' into attributesKevin Van Brunt2019-03-171-4/+5
| |\
| * \ Merge branch 'master' into attributesTodd Leonhardt2019-03-171-0/+7
| |\ \
| * \ \ Merge branch 'master' into attributesTodd Leonhardt2019-03-161-6/+7
| |\ \ \
| * | | | Aliases are now stored within the StatementParser instanceTodd Leonhardt2019-03-161-1/+1
| * | | | Merge branch 'master' into attributesTodd Leonhardt2019-03-141-12/+25
| |\ \ \ \
| * | | | | First stage of attribute refactoringTodd Leonhardt2019-03-133-10/+8
* | | | | | Added a unit test for "load -r"Todd Leonhardt2019-03-182-1/+31
| |_|_|_|/ |/| | | |
* | | | | Made unit test more correctKevin Van Brunt2019-03-171-4/+5
| |_|_|/ |/| | |
* | | | Added unit tests for expand flag of parse()Kevin Van Brunt2019-03-171-0/+7
| |_|/ |/| |
* | | Help command now writes to stderr when there is no help informationKevin Van Brunt2019-03-141-6/+7
| |/ |/|
* | Added ability to place the command name in a disabled command message. This i...Kevin Van Brunt2019-03-131-0/+8
* | Writing to stderr in default() and _report_disabled_command_usage() to make i...Kevin Van Brunt2019-03-131-12/+17
|/
* Negative ending history indices include the referenced command, instead of ex...kotfu2019-03-111-5/+5
* Allow both history indices to be negativekotfu2019-03-101-1/+4
* Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into histo...kotfu2019-03-102-0/+127
|\
| * Merge branch 'master' into disable_commandKevin Van Brunt2019-03-101-0/+22
| |\
| | * Replaced StdSim.__store_output with StdSim.pause_storageKevin Van Brunt2019-03-091-0/+22
| * | Added function to report that a disabled command has been run.Kevin Van Brunt2019-03-101-0/+8
| * | Increased code coverageKevin Van Brunt2019-03-101-0/+8
| * | Added unit tests for disabling commandsKevin Van Brunt2019-03-091-0/+89
| |/
* | Clean up history commandkotfu2019-03-091-23/+35
* | Clean up unused variableskotfu2019-03-091-2/+2
* | Reworked get() on History classkotfu2019-03-091-8/+30
|/
* Added a shlex.split() wrapper to have a common way of calling it.Kevin Van Brunt2019-03-051-12/+0
* Merged master into this branch and resolved conflicts in CHANGELOGTodd Leonhardt2019-03-045-331/+435
|\
| * Merged master into history and resolved conflictsTodd Leonhardt2019-03-043-82/+43
| |\
| * | Fixed a couple bugs and added unit testsTodd Leonhardt2019-03-031-1/+8
| * | Merged from master and resolved conflicts in cmd2.pyTodd Leonhardt2019-03-0220-294/+14
| |\ \
| * \ \ Merge branch 'master' into historyTodd Leonhardt2019-02-282-258/+27
| |\ \ \
| * | | | Fixed commentsKevin Van Brunt2019-02-261-2/+2
| * | | | Fixed unit test which was slow on macOS and hung forever on WindowsTodd Leonhardt2019-02-261-3/+7