branch: externals/assess
commit cb2c0361a78e241e21b86e2b893edbba7f88945d
Author: Phillip Lord <phillip.l...@russet.org.uk>
Commit: Phillip Lord <phillip.l...@russet.org.uk>
Add expected failure
---
test/assess-test.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/test/assess-test.el b/test/assess-test.el
index 4bc06abf53..83eb697084 100644
--- a/test/assess-test.el
+++ b/test/assess-test.el
@@ -33,6 +33,16 @@
(defalias 'cl-loop 'loop))
;; #+end_src
+;; ** Always failing test
+
+;; For when I need to test my test scripts!
+
+;; #+begin_src emacs-lisp
+(ert-deftest assess-fail-for-sure ()
+ :expected-result :failed
+ (should nil))
+;; #+end_src
+
;; ** Test Extraction
;; Assess supports tests functions which means that we need the ability to test