diff options
Diffstat (limited to 'tests/test-prog-go--format-wiring.el')
| -rw-r--r-- | tests/test-prog-go--format-wiring.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-prog-go--format-wiring.el b/tests/test-prog-go--format-wiring.el index 99d80772..609aea34 100644 --- a/tests/test-prog-go--format-wiring.el +++ b/tests/test-prog-go--format-wiring.el @@ -20,9 +20,13 @@ (require 'testutil-format-wiring) (format-test--ensure-packages-init) -(ignore-errors (require 'prog-go)) +(require 'prog-go) (require 'go-mode) +(ert-deftest test-prog-go-format-package-loaded () + "Normal: `go-mode' is in `features' after the prog-go config loads." + (should (featurep 'go-mode))) + (ert-deftest test-prog-go-format-command-fboundp () "Normal: `gofmt' is fboundp after `go-mode' loads." (should (fboundp 'gofmt))) |
