aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-13test/core: remove unused variableMarc André Tanner1-1/+0
2020-05-13test/core: instruct memory sanitizer to track memory originMarc André Tanner1-1/+1
2020-05-13test/core: fix memory leak in array testMarc André Tanner1-0/+1
2020-05-13test/core: update ccan tap moduleMarc André Tanner1-2/+2
2020-05-11test/core: fix compilation with gcc 10Marc André Tanner2-1/+3
2020-02-25Revert "test/vis: use C.UTF-8 locale"Marc André Tanner1-1/+1
2020-02-22test/vim: add info about skipped testsMarc André Tanner1-0/+1
2020-02-22test/util: fix compilation with old libtermkey versionsMarc André Tanner1-2/+1
2020-02-22Merge branch 'vis-interop-tests' of https://github.com/x1ddos/vis-testMarc André Tanner8-0/+20
2020-02-21test/vis: add a couple lua-vis interop testsalex8-0/+20
2020-02-21vis: allow tests to have an optional lua scriptalex1-0/+9
2020-02-17test/core: avoid compiler warning about zero length format stringMarc André Tanner1-2/+2
2020-02-13test/util: list all enum values to fix compiler warningMarc André Tanner1-5/+8
2020-02-13test/sam: add test for anchor behavior involving new linesMarc André Tanner2-0/+2
2020-02-13test/vim: skip tests if vim is not availableMarc André Tanner1-3/+7
2020-02-13test/vis: use C.UTF-8 localeMarc André Tanner1-1/+1
2020-02-13Fix compiler warningsMarc André Tanner2-1/+6
2018-05-22test/vim: remove case related testsMarc André Tanner2-2/+0
2018-05-16Merge branch 'check-shadow-permissions' of https://github.com/paride/vis-testMarc André Tanner1-1/+1
2018-05-16Merge branch 'test-cleanup' of https://github.com/paride/vis-testMarc André Tanner2-0/+2
2018-05-15test/vim: remove tests for obsolete featuresMarc André Tanner5-7/+8
2018-05-03Check that /etc/shadow is actually not readableParide Legovini1-1/+1
2018-04-15make clean: actually cleanup everythingParide Legovini2-0/+2
2018-04-15Explicitly add ISC licenseMarc André Tanner1-0/+13
2018-03-29test/vis: delete test depending on external sed(1) invocationMarc André Tanner3-5/+0
2018-02-19test/sam: add regression test to delete empty lines using x g/^$/ dMarc André Tanner2-0/+18
2018-01-26test/vis: adapt verbatim insertion test to new <C-v><C-m> behaviourMarc André Tanner1-2/+1
2017-07-13test/lua: adapt tests to changes in Lua APIMarc André Tanner2-51/+51
2017-07-09test/vis: add more tests for selection operationsMarc André Tanner36-0/+295
2017-07-08test/sam: add simple search replace unicode regression testMarc André Tanner2-0/+6
2017-07-08test/vis: add tests for set operations on selectionsMarc André Tanner73-2/+295
2017-06-19test/vis: adapt to new trim selection key bindingMarc André Tanner1-1/+1
2017-04-09test/core: tweak used CFLAGSMarc André Tanner1-5/+5
2017-04-08test: update tests to for new line ending handlingMarc André Tanner3-6/+2
2017-04-08test/core: add a few tests for iterator find functionsMarc André Tanner1-0/+43
2017-04-06test: terminate tests via command line argument not lua codeMarc André Tanner4-5/+3
2017-04-06test: fail test with error on bad return codeChristian Hesse2-2/+4
2017-03-22test/vis: adapt test to new shift right behaviorMarc André Tanner1-2/+2
2017-03-15test/lua: update READMEMarc André Tanner1-10/+7
2017-03-05test/lua: fix luacheck warningsMarc André Tanner4-7/+7
2017-03-04test/lua: convert tests to busted infrastructureMarc André Tanner32-457/+198
2017-03-04test/vis: tweak word motion testsMarc André Tanner24-45/+113
2017-03-04Merge branch 'prev-start-of-word' of https://github.com/erf/vis-test into wordMarc André Tanner24-11/+187
2017-03-03test/lua: add infrastructure for busted based unit testsMarc André Tanner5-19/+134
2017-03-01test/lua: do not load visrc but only vis.luaMarc André Tanner1-1/+1
2017-02-26test/vis: added tests for w, W, e, E, ge, gEErlend Fagerheim24-11/+187
2017-02-25test/vis: update tests for new pseudo key namingMarc André Tanner1-1/+1
2017-02-25test/vis: cleanup motion testsMarc André Tanner35-97/+335
2017-02-24test/vis: added a few motion testsErlend Fagerheim14-0/+77
2017-02-23test: fix travis macOS test failuresMarc André Tanner5-2/+9