Commit Graph

11 Commits

Author SHA1 Message Date
Henrik Lissner
815f5c134d
Don't eval private files when unit testing 2018-04-03 22:36:44 -04:00
Henrik Lissner
62dc472dfe
Remove vestigial :private hlissner from init.test.el 2018-02-16 05:42:37 -05:00
Henrik Lissner
4262b9912c Revert "Move init.test.el into core/autoload/test.el"
This reverts commit 3bfb7fa17d.
2018-02-03 22:46:18 -05:00
Henrik Lissner
3bfb7fa17d
Move init.test.el into core/autoload/test.el 2018-02-03 03:30:49 -05:00
Henrik Lissner
f8cfe5878d
ui/doom-dashboard: add unit tests 2017-12-28 19:59:54 -05:00
Henrik Lissner
a07c29c069
Fix lang/org unit tests 2017-12-09 14:38:51 -05:00
Henrik Lissner
c246661890
Add org unit tests to init.test.el 2017-10-05 01:28:30 +02:00
Henrik Lissner
2948ec4e0d
feature/workspaces: add some unit tests 2017-07-08 21:10:39 +02:00
Henrik Lissner
f07d567036
Add :lang web to init.test.el 2017-07-03 03:39:49 +02:00
Henrik Lissner
0b3db8fcdd
Add completion/company test 2017-06-28 23:36:18 +02:00
Henrik Lissner
9c93c453e8
Reorganize unit-tests and test workflow
+ Moved unit tests out of tests/ and into their respective modules.
+ Rewrite makefile and added these tasks:
  + <MODULE>/<SUBMODULE> -- byte-compile a specific module
  + test:<MODULE>/<SUBMODULE> -- runs tests for a specific module
  + testi -- run tests in an interactive session of Emacs (WIP)
  + run -- opens an Emacs session with this config; useful when it is in
    a non-standard location.
2017-06-14 21:15:19 +02:00