summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-01 00:06:52 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-01 00:06:52 -0400
commitf826bc473a0c50fcf55f4e8609aa07622814f902 (patch)
tree32665c6608c536c3b3db5b3fa504567043171c91 /tests/unit
parentc74c51f9fc753c6a870f7c14d5fdd10b152e0991 (diff)
[tests] move tests to root folder
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/readme.txt b/tests/unit/readme.txt
new file mode 100644
index 0000000..bc62a32
--- /dev/null
+++ b/tests/unit/readme.txt
@@ -0,0 +1,4 @@
+move here your tests if you are certain that they:
+a) are unittest
+b) do not use network or in-disk sqlite store
+c) are fast