aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-08-04 04:07:41 -0400
committerhistoria <gravel.justness270@slmail.me>2024-08-04 04:07:41 -0400
commit2070e80b8eb7d1d3ff46393ceb015d6a2cc193ad (patch)
treeddf24241e000f7bf744566efcaa26aa08f145eae
parent093e613b550519979bbd62a4afbbc7bd8668b753 (diff)
downloadsoon-2070e80b8eb7d1d3ff46393ceb015d6a2cc193ad.tar.gz
Updated tests
-rw-r--r--.gitignore1
-rw-r--r--tests/testthen.nim4
-rw-r--r--then.nimble3
3 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8da1d4b..0547fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
then
+tests/[^\.]*
diff --git a/tests/testthen.nim b/tests/testthen.nim
deleted file mode 100644
index 8e87cdd..0000000
--- a/tests/testthen.nim
+++ /dev/null
@@ -1,4 +0,0 @@
-import ../src/then
-
-doAssert true
-doAssert 1 == 1
diff --git a/then.nimble b/then.nimble
index 632f70a..1b7cf9a 100644
--- a/then.nimble
+++ b/then.nimble
@@ -7,7 +7,8 @@ license = "MIT"
srcDir = "src"
bin = @["then"]
-
# Dependencies
requires "nim >= 2.0.4"
+
+