summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure help function works if use_argument_list = Truekotfu2018-01-141-3/+3
* more robust argparse and arglist decoratorskotfu2018-01-141-2/+44
* add use_argument_list settingkotfu2018-01-121-0/+21
* new @with_argument_list decoratorkotfu2018-01-121-2/+13
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+16
* Fix a nasty bug in @with_argument_parserJared Crapo2018-01-101-0/+16
* Set prog in argparser based on the name of the functionkotfu2018-01-071-7/+8
* Properly set docstring so it contains help messagekotfu2018-01-071-2/+10
* Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-3/+25
* Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-071-1/+1
|\
| * Enabled Python 3.7 testing on Travis CITodd Leonhardt2018-01-061-1/+1
* | Default posix and quote removal working.kotfu2018-01-071-15/+21
* | Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-072-13/+18
|\ \ | |/
| * Fix test_transcript.py in python 3.7kotfu2018-01-061-12/+17
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-1/+1
* | New test cases for argparseJared Crapo2018-01-071-0/+54
|/
* Bump version to 0.7.9aTodd Leonhardt2017-11-151-1/+1
* Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-1/+1
* Added some unit tests to cover new codeTodd Leonhardt2017-09-231-8/+56
* Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-221-1/+1
|\
| * Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+1
* | Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-224-0/+63
|/
* Improved poutput() so that it can print an integer zero and other falsy thingsTodd Leonhardt2017-09-051-3/+32
* Pick up a few more lines of test coverageJared Crapo2017-08-231-5/+7
* Use context managers and decorators for mocksJared Crapo2017-08-231-33/+27
* Removed unused capsys fixturesJared Crapo2017-08-231-6/+2
* Rename tests that exercise pseudo_raw_input()Jared Crapo2017-08-231-12/+12
* add tests for pseudo_raw_input when isatty() is trueJared Crapo2017-08-231-0/+42
* io.StringIO requires unicode conversion on python2.7Jared Crapo2017-08-231-1/+1
* Figured out how to test piped input without hacking stdinJared Crapo2017-08-231-82/+41
* Discovered hacking sys.stdin doesn’t always workJared Crapo2017-08-231-17/+75
* Prompt and line now properly echoed on tty and pipeJared Crapo2017-08-231-1/+50
* Improved what gets printed when running commands from a script with load comm...Todd Leonhardt2017-08-231-2/+3
* Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-221-1/+1
* Merge branch 'master' into fix/transcript_regexesTodd Leonhardt2017-08-221-2/+5
|\
| * Fixed a unit test which was failing on WindowsTodd Leonhardt2017-08-211-2/+5
| * Converted edit command to an @options command for the better argument parsing...Todd Leonhardt2017-08-211-1/+1
* | Fix a bug if there is only one slashJared Crapo2017-08-221-3/+7
* | Add comments to all regex test filesJared Crapo2017-08-2215-10/+34
* | Updates to CmdLineApp()Jared Crapo2017-08-211-5/+5
* | regex implementation complete. Still a few bugs.Jared Crapo2017-08-2110-31/+55
* | Checkpoint. Many tests working, multiline seems brokenJared Crapo2017-08-211-4/+9
* | Simple but working version of new regex transcriptJared Crapo2017-08-211-1/+21
* | Tweaks to some of the transcript regex testsJared Crapo2017-08-212-0/+7
* | Add lots more transcript testsJared Crapo2017-08-2012-2/+38
* | parametrize transcript testsJared Crapo2017-08-201-56/+8
* | rename transcript filesJared Crapo2017-08-204-4/+4
* | Move transcripts into their own directoryJared Crapo2017-08-204-3/+3
|/
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-204-18/+22
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-192-3/+20