summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2019-03-17Add en empty line after the messagepgen
2019-03-17Use bash for test.sh and tests.shpgen
Unlike some POSIX shells, The exit bash built-in outputs something to stdout which may trigger a vertical scrolling. As /bin/sh is now often a link to /bin/bash, force bash in the test.sh shebang to guarantee a predictable behaviour.
2019-03-17Allow to change the message (title) appearancepgen
2019-03-17Fix typospgen
2019-03-04Rewrite move_up/move_down and add helper functionspgen
- The old code did not manage well the cases where some lines where not selectable. - Add tests to validate the new behaviour.
2019-01-20Make the argument of -n optional, 0 by defaultpgen
2018-10-12Add a direct access test and fix a search onepgen
2018-10-01Add tests in the search tests directorypgen
2018-09-03Add a test in 'search' for the s/S commandspgen
2018-08-22Add a note in the README file in ./testspgen
2018-08-22Improve the coherency of delays in testspgen
2018-08-17Improve fuzzy searchpgen
Place the cursor on the matching word with the maximum number of consecutive characters corresponding to the current pattern.
2018-08-15Fix delays in tests for slow computerspgen
2018-08-14Add a blacklist mechanism for some failing testspgen
On some systems ptylie behaves wrongly. This leads to some tests failing where they should succeed.
2018-08-14Fix timing and typos in tests filespgen
2018-08-06Add missing data5,6 for direct access testingpgen
2018-08-05Add more direct access testspgen
2018-08-04Add some direct access testspgen
2018-07-28Add more testspgen
2018-07-26Add search testspgen
2018-07-21Remove unused functions my_memmem and my_memrmempgen
2018-07-18Add some tests in the search sectionpgen
2018-07-11Fix the color mechanismpgen
2018-07-11add some testspgen
2018-07-11Improve the color systempgen
2018-07-11Add missing prototypes and some search testspgen
2018-07-08There is no message when the terminal is too smallpgen
Check the number of lines in the message each time the window must be displayed.
2018-07-08Changes in search alter the result of a testpgen
Fix that by giving a new good target.
2018-05-25Make sure the test log files are removedpgen
2018-05-25Improve the README.rst in the tests directorypgen
2018-05-25Add tests for special_levelspgen
2018-05-25Normalize some testspgen
2018-05-25Add more tests for the -S optionpgen
2018-05-19Fix some tests in non_printablepgen
Due to various 'echo' implementations, force the use of the external echo binary using env.
2018-05-17Fix an attribute testpgen
'Italic' support is buggy on at least some linux and BSD terminfo databases, replace it by 'reverse' for now until an universal working solution is found to test this attribute.
2018-05-17[-a] add a setting for cursor_on_tagged_word (ct)pgen
2018-05-16Add some tests for the -a optionpgen
2018-05-16Adjust some .good files in 'tagging' testspgen
Due to a bug in hlvt some .good files used for the tests were wrong
2018-05-16Add some tests for the -S option about spacespgen
2018-05-14Add some tests for the -x/-X optionspgen
2018-05-14Add some tests for the -b optionpgen
2018-05-12Make test.sh more portablepgen
2018-05-12Change the test t0004 in initial_selectionpgen
The old test used back-references which is not standard for ERE, see https://stackoverflow.com/a/13356328 for a good summary
2018-05-12Improve the README in the tests directorypgen
2018-05-11Add the first roll of an automated testing system.pgen