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

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

[nongnu] elpa/webpaste 0c0e88a 079/298: Added basic structure of tests f


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 0c0e88a 079/298: Added basic structure of tests file
Date: Thu, 9 Dec 2021 18:59:48 -0500 (EST)

branch: elpa/webpaste
commit 0c0e88ac70a0e06e906787184b6e925536105788
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Added basic structure of tests file
---
 test/webpaste-test.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test/webpaste-test.el b/test/webpaste-test.el
index e69de29..dfdbe06 100644
--- a/test/webpaste-test.el
+++ b/test/webpaste-test.el
@@ -0,0 +1,9 @@
+;;; webpaste --- Tests for webpaste
+;;; Commentary:
+;;; Code:
+(require 'ert)
+(require 'webpaste)
+
+
+(provide 'webpaste-test)
+;;; webpaste-test.el ends here



reply via email to

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