spacemacs/tests/core
syl20bnr 249adcc35e [core] Add tests showing that list is required with multiple symbols
It means that:

        (helm-company :requires helm)

is OK, but

        (helm-company :requires helm pkg2)

is not OK, list is mandatory

        (helm-company :requires (helm pkg2))
2019-11-09 09:41:34 -05:00
..
data [core] Add "unit" and functional tests for archvie verification 2019-08-24 22:50:39 -04:00
core-configuration-layer-ftest.el [core] Add "unit" and functional tests for archvie verification 2019-08-24 22:50:39 -04:00
core-configuration-layer-utest.el [core] Add tests showing that list is required with multiple symbols 2019-11-09 09:41:34 -05:00
core-funcs-utest.el
core-release-management-ftest.el
core-spacemacs-buffer-ftest.el
core-spacemacs-ftest.el
Makefile