summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/eval/typval_spec.lua
AgeCommit message (Expand)AuthorFiles
2017-03-29unittests: Fix linter errorsZyX1
2017-03-29unittests: Add tv_get_string* testsZyX1
2017-03-29unittests: Add tv_get number testsZyX1
2017-03-29unittests: Move tv_dict_add* tests to a proper describe() blockZyX1
2017-03-29unittests: Add tv_check… testsZyX1
2017-03-29unittests: Add tv_equal() testsZyX1
2017-03-29unittests: Test locks sectionZyX1
2017-03-29unittests: Test tv_copy()ZyX1
2017-03-29unittests: Add tests for tv_clear()ZyX1
2017-03-29unittests: Add test for tv_dict_set_keys_readonlyZyX1
2017-03-29unittests: Add tv_dict_copy testsZyX1
2017-03-29unittests: Add tests for tv_dict_extendZyX1
2017-03-29unittests: Add tv_dict_clear testsZyX1
2017-03-29unittests: Add tv_dict_add* unit testsZyX1
2017-03-29unittests: Add tests for dictionary indexingZyX1
2017-03-29unittests: Enable tv_list_join tests backZyX1
2017-03-29unittests: Disable tv_list_join test on Mac OS onlyZyX1
2017-03-29eval/typval: Fix SEGV in test_alot.vim testZyX1
2017-03-29unittests: Add tv_dict_item_{add,remove} testsZyX1
2017-03-29unittests: Add tv_dict_item_{alloc,free} testsZyX1
2017-03-29unittests: Add tv_dict_watcher_{add,remove} testsZyX1
2017-03-29unittests: Run tv_list_join tests in case it stopped failingZyX1
2017-03-29*: Fix some Windows-specific warningsZyX1
2017-03-29unittests: Add tests for tv_list_idx_of_itemZyX1
2017-03-29unittests: Add tests for tv_list_find*() functionsZyX1
2017-03-29eval/typval: Add tv_list_equal() tests, compare NULL lists equalZyX1
2017-03-29unittests: Test tv_list_join()ZyX1
2017-03-29unittests: Fix tests crashZyX1
2017-03-29eval/typval,tests: Fix extending list with itself, add testsZyX1
2017-03-29unittests: Test tv_list_concat()ZyX1
2017-03-29unittests: Test tv_list_copyZyX1
2017-03-29unittests: Add tests for tv_list_insert*()/…append*() functionsZyX1
2017-03-29unittests: Add tests for tv_list_insert()ZyX1
2017-03-29unittests: Add tests for list watchers and list alloc/free/unrefZyX1
2017-03-29unittests: Test tv_list_item_\* functionsZyX1