summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2016-10-16Added unit tests for Visual block editing in Vi mode.Jonathan Slenders
2016-08-21Added unit tests for forward/backward-word operations with negative arguments.Jonathan Slenders
2016-08-14Allow pressing <esc> before each -ve argument.Jonathan Slenders
2016-08-14Replace \r by \n in bracketed paste.Jonathan Slenders
2016-07-30Added unit tests for emacs arguments.Jonathan Slenders
2016-07-23Bug fix in ControlX-ControlX binding + unit test.Jonathan Slenders
2016-07-23Bugfix in bracketed paste + unit tests.Jonathan Slenders
2016-07-23Allow users to enter the digraph in reverse order.Jonathan Slenders
2016-07-21Added unit test for kill-line with negative argument.Jonathan Slenders
2016-07-21Bugfix in emacs key bindings. (Crash when Left/Right was pressed with a negat...Jonathan Slenders
2016-07-20Bugfix in ControlUp/ControlDown key bindings + added tests.Jonathan Slenders
2016-07-20Bugfix in handling backspace (previous commit was incomplete).Jonathan Slenders
2016-07-17More unit tests for the key bindings.Jonathan Slenders
2016-07-15Grouped named commands (with a GNU Readline name) in separate file for reusab...Jonathan Slenders
2016-06-10Bugfix in InputProcessor: handling of more complex key bindings.Jonathan Slenders
2016-06-06Fix: correctly handle prompts starting with a newline in prompt_toolkit.short...Jonathan Slenders
2016-05-25Moved all the tests to the same folder.Jonathan Slenders
2016-05-25Reorganize tests to be collected by py.testTony Narlock
2016-05-24Added more unit tests for key bindings.Jonathan Slenders
2016-05-22Small improvement in key processor: allow key bindings to generate new key pr...Jonathan Slenders
2016-05-01Added unit tests for Vi digrahs.Jonathan Slenders
2016-04-30Added more unit tests for Vi mode.Jonathan Slenders
2016-04-29Renamed PipeInput.send to PipeInput.send_text. (But keep old deprecated name ...Jonathan Slenders
2016-04-29Close PipeInput after usage.Jonathan Slenders
2016-04-29Include cli_tests into tests.Jonathan Slenders
2016-04-29Added DummyOutput class and a few unit tests that test the whole CLI.Jonathan Slenders
2016-03-14Made tests Python 2.6 compatible.Jonathan Slenders
2016-03-14Don't use deprecated inspect.getargspec on Python 3.Jonathan Slenders
2016-02-23Allow ansi color name in Pygments style.Matthias Bussonnier
2016-01-20Fixed imports in unittests.Jonathan Slenders
2016-01-20Refactoring of the prompt_toolkit.styles.Jonathan Slenders
2016-01-03Updated list of modules in run_tests.py.Jonathan Slenders
2015-12-29Fix in translate_index_to_position. (Is now 0-based indexed, as expected.)Jonathan Slenders
2015-12-07Accept weights in HSplit/VSplit.Jonathan Slenders
2015-10-23Center or right align text in TokenListControl also when it spans multiple li...Jonathan Slenders
2015-10-08Bugfix in PathCompleter: ensure the text is fed through expanduser (#170).Philippe Ombredanne
2015-09-11Removed libs folder. We don't need to ship wcwidth. It's on Pypi.Jonathan Slenders
2015-08-05Import all modules for syntax checking in unit tests.Jonathan Slenders
2015-05-12Fixed unit tests for contrib.regular_languages + docstrings.Jonathan Slenders
2015-05-03Remove unwanted spaces in Vi 'J' key binding.Jonathan Slenders
2015-03-28Fixed unit tests.Jonathan Slenders
2015-01-24Complete refactoring of the layout engine.Jonathan Slenders
2014-12-19Refactoring of the key input system.Jonathan Slenders
2014-12-07- prompt_toolkit.contrib.regular_languages added.Jonathan Slenders
2014-12-01Bug fix in parsing CPR response.Jonathan Slenders
2014-10-08Experimental Win32 support added.Jonathan Slenders
2014-10-03Token.{Menu,Toolbar}.Completer renamed to Token.{Menu.Toolbar}.Completions.Jonathan Slenders
2014-10-02ScreenTest unit test added.Jonathan Slenders
2014-10-02PEP8Jonathan Slenders
2014-09-16More unittests for key bindings.Jonathan Slenders