aboutsummaryrefslogtreecommitdiff
path: root/test/unit/garray.moon
Commit message (Collapse)AuthorAge
* Use default busted pattern for unittests #943Pavel Platto2014-07-14
| | | | | | - Unittest should contain substring '_spec' in filename. - This is the simplest way to use both lua and moonscript tests. - This prevents running of non-test scripts from test folder.
* Introduce nvim namespace: Fix unit tests.Eliseo Martínez2014-05-15
| | | | Point cimports to new locations.
* garray: add unit tests for ga_concat_strings_sepNicolas Hillegeer2014-04-29
|
* garray: add unit testsNicolas Hillegeer2014-04-29
Only append_ga_line() was not tested because it relies on global vim state.