index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parsing unit tests are now largely decoupled from pyparsing implementation de...
Todd Leonhardt
2017-02-25
1
-386
/
+133
*
Added unit tests for parsing unicode characters on the command line.
Todd Leonhardt
2017-02-24
1
-5
/
+69
*
Removed an unused import
Todd Leonhardt
2017-02-24
1
-1
/
+0
*
Stopped skipping a test on Linux TravisCI since it should now always pass
Todd Leonhardt
2017-02-24
1
-2
/
+0
*
Added "-" to the list of legal characters.
Todd Leonhardt
2017-02-24
1
-7
/
+27
*
Added a couple unit tests for self.inputParser.
Todd Leonhardt
2017-02-24
1
-0
/
+22
*
Bump version to 0.7.1a
Federico Ceratto
2017-02-23
1
-1
/
+1
*
Finsished porting old doctests to pytest unit tests.
Todd Leonhardt
2017-02-18
1
-80
/
+158
*
Step 2 of porting doctest to pytest.
Todd Leonhardt
2017-02-17
1
-56
/
+122
*
Converting doctests to pytest
Todd Leonhardt
2017-02-17
1
-0
/
+281
*
Added member boolean flag to disable output redirection and piping.
Todd Leonhardt
2017-02-16
1
-4
/
+21
*
Refactored to move all cmd2.Cmd class member variables to beginning.
Todd Leonhardt
2017-02-11
2
-2
/
+5
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
2
-1
/
+10
*
Various parsing fixes and improvements:
TL
2017-02-07
2
-3
/
+5
*
Experiment with different modes of parsing command-line arguments for option ...
Todd Leonhardt
2017-02-06
1
-1
/
+1
*
Fix a unit test on Windows
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Documented undocumented commands and removed command aliases.
Todd Leonhardt
2017-02-05
4
-23
/
+8
*
Use older form of invoking super class ctor for Py2/3 compatibility.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Fixed flaw in unit tests so they can be reliably parallelized.
Todd Leonhardt
2017-02-05
1
-9
/
+6
*
Added a couple more unit tests.
Todd Leonhardt
2017-02-05
3
-0
/
+57
*
Added more unit tests for list command.
Todd Leonhardt
2017-02-05
1
-0
/
+39
*
Added unit test for doing transcript testing within the cmdloop.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
Re-ordered test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Fixed unit test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Marked one test to skip on Linux because it fails on the TravisCI Linux conta...
Todd Leonhardt
2017-02-05
1
-0
/
+2
*
Added unit test for calling cmdloop without a queue
Todd Leonhardt
2017-02-05
1
-8
/
+35
*
Added unit test for redirecting input from a file using <
Todd Leonhardt
2017-02-05
2
-1
/
+14
*
Added unit test for cmdloop()
Todd Leonhardt
2017-02-05
1
-1
/
+19
*
Added unit test for the interactive form of do_py().
Todd Leonhardt
2017-02-05
2
-1
/
+12
*
Fixed how the six.moves.input function is imported and used.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
Fixed long-form show unit test to deal with Windows not having colors.
Todd Leonhardt
2017-02-04
1
-3
/
+6
*
Added unit test for "show -l".
Todd Leonhardt
2017-02-04
2
-3
/
+27
*
Added unit tests for the edit command.
Todd Leonhardt
2017-02-04
1
-0
/
+84
*
Fix cut-and-paste mistake
Todd Leonhardt
2017-02-04
1
-1
/
+1
*
Fix to colorize unit test for Windows
Todd Leonhardt
2017-02-04
1
-1
/
+5
*
Added unit test of colorize() method
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added unit test of debug output capability
Todd Leonhardt
2017-02-04
1
-0
/
+21
*
Fixed timing unit test on Windows.
Todd Leonhardt
2017-02-04
1
-1
/
+4
*
Added unit test for optional command timing feature
Todd Leonhardt
2017-02-04
1
-0
/
+9
*
Told pytest to skip one unit test on Windows because getting the output was p...
Todd Leonhardt
2017-02-04
1
-0
/
+3
*
Added can_clip declaration inside Windows code section for purposes of unit t...
Todd Leonhardt
2017-02-04
2
-0
/
+12
*
Added unit tests for appending to a file and sending output to the clipboard
Todd Leonhardt
2017-02-04
1
-1
/
+34
*
Added unit test for passing command line arguments at invocation
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added more and better unit tests for load and save commands
Todd Leonhardt
2017-02-04
4
-110
/
+167
*
Exceptions are now much more apparent when they occur to avoid confusion.
Todd Leonhardt
2017-02-03
1
-1
/
+5
*
Added another unit test and a test fixture associated with it.
Todd Leonhardt
2017-02-03
1
-2
/
+25
*
Fixed optparse parsing of arguments so it works correctly both with embedded ...
Todd Leonhardt
2017-02-03
1
-1
/
+7
*
Improved pipe_to_shell unit test so it should be more robust across OSes
Todd Leonhardt
2017-02-01
1
-2
/
+8
*
Fixed pipe to shell bug on Python 3.x.
Todd Leonhardt
2017-02-01
1
-1
/
+9
*
Fixed a couple unit tests which were failing on Python 2.7
Todd Leonhardt
2017-01-30
1
-2
/
+3
[next]