Commit Graph

7 Commits

Author SHA1 Message Date
f8cfe5878d ui/doom-dashboard: add unit tests 2017-12-28 19:59:54 -05:00
a07c29c069 Fix lang/org unit tests 2017-12-09 14:38:51 -05:00
c246661890 Add org unit tests to init.test.el 2017-10-05 01:28:30 +02:00
2948ec4e0d feature/workspaces: add some unit tests 2017-07-08 21:10:39 +02:00
f07d567036 Add :lang web to init.test.el 2017-07-03 03:39:49 +02:00
0b3db8fcdd Add completion/company test 2017-06-28 23:36:18 +02:00
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