1
0
Fork 0
Commit graph

50 commits

Author SHA1 Message Date
259ff68de4 Fixup oni-bat loading test 2020-05-11 00:33:38 -07:00
45b66d826a Enable ‘bmx-mode’
‘bmx-mode’ is a package to be used with ‘bat-mode’.
2020-05-02 18:32:01 -07:00
3da3700fae Fix oni-core tests 2020-04-26 21:45:30 -07:00
87e28a028d Load autorevert explicitly in tests 2020-04-09 14:03:33 -07:00
69aec39c5d Diminish auto-revert-mode to  2020-04-09 13:17:05 -07:00
afaa9d2a87 Diminish org-edna 2020-04-09 11:32:52 -07:00
8a494dc120 Explicitly load yasnippet for testing 2020-04-09 00:08:42 -07:00
89d2b9a057 Excplicitly load ‘oni-ivy’ for testing 2020-04-09 00:06:37 -07:00
0d8c294865 Fix tests by including ‘subr-x’
‘string-empty-p’ is defined in ‘subr-x’ and this library isn’t loaded into Emacs
by default.
2020-04-08 23:51:59 -07:00
dcffe90e3c Test isearch-mode diminishing using a constant
Apparently in the docker container that’s running the tests, reading  from the
command-line makes it a multibyte character (105 776 127 130), but defined in
Emacs it’s a unibyte character (61442). This might have something to do with
UTF-16 vs UTF-8?
2020-04-08 23:48:56 -07:00
df4d188d3f Fix diminishing minor modes when reloading libraries 2020-04-08 11:16:00 -07:00
27ae68341c Add basic fish shell script configuration 2020-04-08 00:22:23 -07:00
a8b95ba858 Disable ‘shfmt-on-save-mode’ for ‘bats-mode’ buffers 2020-04-07 21:40:06 -07:00
6e177aa3d3 Ensure idle timer for ‘recentf-save-list’ only gets created once 2020-04-07 21:30:12 -07:00
f90d13d9c3 Fix typo 2020-04-07 13:14:09 -07:00
8121df576e Use ‘nxml-mode’ for ‘.proj’ and ‘.targets’ files
Both of these file types are used for MSBuild.
2020-04-07 12:01:05 -07:00
a709f502f8 Add navigation functions for end-of-line and beginning-of-line 2020-04-07 02:09:43 -07:00
378ef3d590 Move CSS tests to bats 2020-04-07 01:25:23 -07:00
5dcb39c59c Add Haskell configuration 2020-03-29 23:56:44 -07:00
6be4d9c526 Add json configuration 2020-03-27 16:00:55 -07:00
cc8de9b58e Add prescient 2020-02-24 23:11:41 -08:00
34b78655c2 Enable nxml-mode for .csproj files 2020-01-28 22:15:41 -08:00
76f9a50c45 Add tests for oni-csharp 2020-01-28 21:48:28 -08:00
e77c57b998 Add ‘smartparens’ to ‘oni-sh’ 2020-01-14 22:02:08 -08:00
08e73f9cac Fix integration test for ‘oni-cpp’
The output contains more than just the print statement in the test, but it ends
with the result.
2020-01-14 21:25:32 -08:00
78cf5cb514 Fix integration test for oni-cpp
‘oni-c++’ was renamed to ‘oni-cpp’
2020-01-14 08:11:50 -08:00
294600c8cb Require oni-org for its unit tests 2020-01-13 23:17:38 -08:00
abf97c386a Generate different colors for TODO keywords and tags 2020-01-13 22:51:39 -08:00
c23059b74e Add integration test for oni-c++ 2020-01-13 18:13:16 -08:00
2bc74ded5b Fix file permissions for oni-bats.bats 2020-01-13 18:05:40 -08:00
dbf4798b1a Add integration test for oni-browse-url 2020-01-13 18:02:41 -08:00
28e10b8e89 Add integration test for oni-conf 2020-01-12 15:34:34 -08:00
dd2d254e25 Make the wording of the different integration tests more consistent 2020-01-08 16:49:02 -08:00
b4dc4d0f9f Print output of oni-bats integration test on failure 2020-01-08 13:07:41 -08:00
a1e3fb87dc Add docker configuration 2020-01-07 22:43:59 -08:00
e5127ad0d2 Add test loading oni-bookmark 2020-01-07 21:50:50 -08:00
a2a474d87a Add test loading oni-autohotkey 2020-01-07 21:33:56 -08:00
5ea266270d Add auto-insert template for bats-mode 2020-01-07 21:33:42 -08:00
487f25a7a6 Move bats tests to test/integration 2020-01-07 16:27:27 -08:00
e91f599f13 Move test if oni-alert loads into bats test
With bats I can better test Emacs from a clean state.
2020-01-07 16:25:30 -08:00
0115885ae5 Automatically load scheme-mode for scsh files
When the interpreter contains scsh, load ‘scheme-mode’.
2020-01-06 20:09:13 -08:00
b3123f8d11 Fix tests for ‘oni-elisp’ 2019-08-25 14:05:05 -07:00
75fe1b4c4f Add snippets to ‘oni-elisp’ 2019-08-25 13:37:25 -07:00
26dbc5eac3 Remove ‘less-css-mode’ test
Since ‘less-css-mode’ is derived from ‘css-mode’, we should be able to assume
that if it works in ‘css-mode’, it’ll work in ‘less-css-mode’. Also if there are
going to be any customizations required, I might have to create a new settings
file anyway.
2019-08-25 13:12:42 -07:00
3719d3e7ad Add tests for ‘oni-conf’ 2019-08-23 23:00:43 -07:00
1ba30c6768 Add initial tests for ‘oni-css’ 2019-08-22 23:49:13 -07:00
03e41db24a Add test for oni-php 2019-05-05 20:06:34 -07:00
6c16cb94c1 Add highlight-indent-guides configuration 2019-05-05 00:03:55 -07:00
052fafd9de Add tests for oni-grep, disabled for now 2019-03-28 17:43:23 -07:00
714f2c6ef7 Add GitLab CI/CD settings 2019-03-28 00:53:55 -07:00