summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-03-19 00:09:00 +0100
committerjvoisin2018-03-19 00:09:00 +0100
commitd262f780f7653c7e6c5d3b30c5ceedbb25f41787 (patch)
treeec3b0d697066e5e5d0d709cbcc3958fc57463490
parent12e2330ca6b9bc22b245d34789e5603c60992986 (diff)
Add a READE
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9eeb240
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
1```
2 _____ _____ _____ ___
3| | _ |_ _|_ | Keep you data,
4| | | | | | | | _| trash your meta!
5|_|_|_|__|__| |_| |___|
6
7```
8
9
10# Run the testsuite
11
12```bash
13$ python3 -m unittest discover -v
14```