summaryrefslogtreecommitdiff
path: root/test/run
AgeCommit message (Expand)Author
2016-03-08Do not use echo -n in test runner, -n is not standardMaxime Coste
2016-03-08Add an initial highlighting testMaxime Coste
2016-03-08Detect if the debug buffer exists before displaying it in test runnerMaxime Coste
2016-03-07Select ui at launch through the -ui <ui_name> switchMaxime Coste
2016-03-03Fix test runner to consider Kakoune returning non 0 as a failureMaxime Coste
2015-12-15Fix populating the stderr file, strip the coordinates of the error from itFrank LENORMAND
2015-12-14Adapt the changes to a smarter way of testing kak for failuresFrank LENORMAND
2015-12-12Allow unit tests to test for errors.Frank LENORMAND
2015-12-07Display unit tests in alphabetical orderEnrico Lumetti
2015-11-16Support auto disabling of unit tests with an optional enabled scriptMaxime Coste
2015-10-17Code cleanup in the test running scriptMaxime Coste
2015-06-21Fix test handling of ' and rotate-content testMaxime Coste
2015-05-26Fix test script return value check to be more POSIX compliantMaxime Coste
2015-05-20Test suite shows something when kakoune exit code is not 0Maxime Coste
2015-03-24Use a dummy UI when running tests, so that we do not need a ttyMaxime Coste
2014-12-15Try to improve test run script with osxMaxime Coste
2014-12-13Return the number of failed tests so that failure gets propagatedMaxime Coste
2014-12-11Tweak test run scriptMaxime Coste
2014-12-10Fix use of mktemp in test scriptMaxime Coste
2014-12-09Use mktemp -d rather than --directory to fix the test script on osxMaxime Coste
2014-11-22Tweak the way we set initial text in testing frameworkMaxime Coste
2014-11-21Do not rely on kak being in path in test run scriptMaxime Coste
2014-10-28Optimize the test run scriptMaxime Coste
2014-10-27Make the test/run script work in a posix shellMaxime Coste
2014-10-12Refactor the unit test run script to be more idiomatic shellMaxime Coste
2014-10-11various small fixes in unit test scriptMaxime Coste
2014-10-11Display debug buffer on failed test casesMaxime Coste
2014-10-09Commit undo group after removign initial selection markers in testing scriptMaxime Coste
2014-06-30add testing frameworkAlex Leferry 2