aboutsummaryrefslogtreecommitdiff
path: root/tests/__test1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__test1.nim')
-rw-r--r--tests/__test1.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/__test1.nim b/tests/__test1.nim
deleted file mode 100644
index 185df0e..0000000
--- a/tests/__test1.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-# This is just an example to get you started. You may wish to put all of your
-# tests into a single file, or separate them into multiple `test1`, `test2`
-# etc. files (better names are recommended, just make sure the name starts with
-# the letter 't').
-#
-# To run these tests, simply execute `nimble test`.
-
-import unittest
-
-import feednim
-test "can add":
- check add(5, 5) == 10