Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: add more profile tests | erw7 | 2020-05-10 |
| | | | | | - Add a test to make sure that 'profile dump' does not reset the profile. - Add a test to make sure that 'profile stop' does reset the profile. | ||
* | functionaltest: Create lua helper for os.tmpname() | Rui Abreu Ferreira | 2016-08-31 |
| | | | | | | | | | | | | | | | In Windows Lua's os.tmpname() returns relative paths starting with \s, prepend them with $TEMP to generate a valid path. In OS X os.tmpname() returns paths in '/tmp' but they should be in '/private/tmp'. We cannot use os_name() for platform detection because some tests use tempname() before nvim is spawned, instead use one of the following: 1. Set SYSTEM_NAME environment variable before calling the tests, it is set from CMAKE_SYSTEM_NAME(i.e. uname -s or 'Windows') 2. Call uname -s 3. Assume windows | ||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 |
| | |||
* | Add test/functional/ex_cmds/profile_spec.lua | Marco Hinz | 2015-11-10 |
This adds two new tests for: :profile dump :profile stop |