aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
Commit message (Expand)AuthorAge
* test: improve test conventionsdundargoc2024-04-08
* docs: fix typos (#27868)dundargoc2024-03-28
* test: refactor PathsLewis Russell2024-01-17
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: fix luals warningsdundargoc2023-12-30
* test(unit): correct header name (#26446)zeertzjq2023-12-07
* docs: small fixes (#26243)dundargoc2023-12-06
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* fix(rpc): "grid_line" event parsing crashes (#25581)LW2023-11-04
* fix(unittests): ignore __s128 and __u128 types in ffiJames McCoy2023-09-28
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl2023-04-25
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* refactor(unit): add type annotationsLewis Russell2023-04-14
* fix(test): fix C imports on macOS arm64Jay2023-04-03
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* fix(unittest): delete unused duplicated codebfredl2023-01-18
* fix(unittests): do not consider process crash to be a successbfredl2023-01-18
* build: rename build-related dirsJustin M. Keyes2022-06-28
* fix(unittests): coredump when running unit tests #18663Jun-ichi TAKIMOTO2022-05-20
* vim-patch:8.0.1554: custom plugins loaded with --cleanJan Edmund Lazo2020-06-18
* lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata2020-02-18
* tests: unit: NVIM_TEST_TRACE_LEVEL: default to 0 #11144Daniel Hahler2019-10-02
* tests: unit.helpers: provide string with write errors (#10715)Daniel Hahler2019-08-06
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\
| * test: move trim to global helpersSaid Al Attrach2019-03-30
* | lua/stdlib: Introduce vim.sharedJustin M. Keyes2019-05-18
* | test: Extend {unit,functional}.helpers with global helpersJustin M. Keyes2019-05-18
|/
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
|\
| * unittest: Ignore all _Float-prefixed types (#8067)James McCoy2018-02-25
| * unittests: Do gc after reporting error, not beforeZyX2017-12-24
| * unittests: Remove start of trace, not endZyX2017-12-24
| * unittests: Reduce memory used by vim_str2nr testZyX2017-11-30
| * Merge branch 'master' into expression-parserZyX2017-11-30
| |\
| * | unittests: Avoid infinite cycle somewhere because of init failureZyX2017-11-19
| * | unittests: Add a way to show some custom messages only when crashedZyX2017-11-11
| * | tests: Fix testlint errorsZyX2017-11-06
| * | unittests: Free everything and check for memory leaksZyX2017-10-16
| * | viml/parser/expressions: Start creating expressions parserZyX2017-10-08
| * | unittests: Move some functions into helpers modulesZyX2017-10-08
| * | unittests: Add a way to print trace on regular errorZyX2017-09-29
* | | Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\ \ \ | | |/ | |/|
| * | unittest: Ignore _Float128 types in ffiJames McCoy2017-11-29
| |/
| * unittests: Move checking cores to check_child_errZyX2017-04-08
| * unittests: Force GC, fix GC failures in typval_specZyX2017-04-06
| * unittests: Make it easier to determine on which _spec line it crashed (#6424)Nikolai Aleksandrovich Pavlov2017-04-02
| * unittests: Replace two environment variables with one TRACE_LEVELZyX2017-04-01
| * unittests: Fix linter errorZyX2017-04-01