aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools/console/test_commander.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed small issueHenrique2019-11-271-2/+2
* command history: start adjusting testsMaximilian Hils2019-11-261-6/+6
* Addressing comments from reviewHenrique2019-11-251-10/+5
* Making windows happyHenrique2019-11-251-0/+1
* Fixed the logic according to some tests, added new testsHenrique2019-11-241-166/+246
* Implemented feature to save command history to a file. This allows usersHenrique2019-11-221-2/+5
* lint!Maximilian Hils2019-11-191-3/+5
* fix testsMaximilian Hils2019-11-191-13/+20
* fix lexing, sort ofMaximilian Hils2019-11-191-1/+1
* wipMaximilian Hils2019-11-181-2/+2
* fix vararg handlingMaximilian Hils2019-11-181-7/+7
* Brought coverage up to 94% on test_commander.pyHenrique2019-11-161-4/+103
* Fixing issues pointed during PR reviewHenrique2019-11-161-0/+18
* Removed the custom lexer in favor of using pyparsing.Henrique2019-11-151-5/+0
* Added a new test to test that the issue from the previous commit won'tHenrique2019-11-131-1/+13
* Some refactoring. New test case.Miroslav2018-07-191-8/+19
* Command history implementationMiroslav2018-07-171-0/+51
* commander: highlight commandsAldo Cortesi2017-12-201-10/+15
* commands: refactor typesAldo Cortesi2017-12-181-30/+0
* commander: test++Aldo Cortesi2017-12-151-6/+48
* command: path completionAldo Cortesi2017-12-151-0/+13
* commander: tab completion for command namesAldo Cortesi2017-12-151-0/+25
* WIP: autocompletionAldo Cortesi2017-12-151-13/+22
* commands: add a Cmd argument typeAldo Cortesi2017-12-151-3/+0
* Introduce a custom widget for command editingAldo Cortesi2017-12-151-0/+37