Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test/unit: clean up according to luacheck | Marco Hinz | 2015-11-23 |
| | |||
* | test: Ensure proper initialization in unit/helpers.lua | Thiago de Arruda | 2015-07-01 |
| | | | | | Remove helpers.vim_init and simply perform the required initialization in helpers.lua. | ||
* | tests: require luassert in the helpers | John Szakmeister | 2015-03-01 |
| | | | | | | | | This is necessary for newer versions of Busted, otherwise assert will be nil and the tests will die. Note: this does not mean the tests now work with the latest Busted. There are still several issues preventing that from happening. | ||
* | mch_early_init() -> early_init(). | Scott Prager | 2014-11-28 |
| | | | | | Move general initialization functions to early_init, which simplifies test/unit/helpers.lua, which requires all these functions. | ||
* | unittest: increase number of retries in cimport | Stefan Hoffmann | 2014-10-30 |
| | |||
* | unittest: fix handling of pragma pack in `cimport` | Stefan Hoffmann | 2014-10-30 |
| | |||
* | unit tests: initialize everything | Justin M. Keyes | 2014-09-11 |
| | |||
* | unit tests: avoid global scope; add missing cimports | Justin M. Keyes | 2014-09-11 |
| | | | | temporarily comment out call to vim_deltempdir() to avoid segfault | ||
* | unit tests: helpers.lua: hack to avoid empty popen() result | Justin M. Keyes | 2014-09-11 |
| | |||
* | unittest: convert helpers.moon to lua | Thiago de Arruda | 2014-08-31 |