emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/inspector c1f50d8c69 12/39: Function for running inspec


From: ELPA Syncer
Subject: [elpa] externals/inspector c1f50d8c69 12/39: Function for running inspector tests
Date: Sat, 10 Sep 2022 17:57:47 -0400 (EDT)

branch: externals/inspector
commit c1f50d8c6922c3b732ca7b4144c780f01470bc0e
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    Function for running inspector tests
---
 inspector-tests.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/inspector-tests.el b/inspector-tests.el
index 390b7fc385..b1a77e62fa 100644
--- a/inspector-tests.el
+++ b/inspector-tests.el
@@ -32,6 +32,10 @@
 (require 'inspector)
 (require 'ert)
 
+(defun inspector-tests-run ()
+  "Run inspector tests."
+  (ert "inspector-tests.*"))
+
 (ert-deftest inspector-tests--inspect-integer-test ()
   (inspector-inspect 22)
   (let ((buffer-string (buffer-string)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]