1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 05:09:17 +00:00

adding bash script tests for convenience

This commit is contained in:
deadc0de6
2018-06-01 15:06:22 +02:00
parent 1694ed247a
commit 0d6d3b48b1
4 changed files with 122 additions and 0 deletions

8
tests-ng/README.md Normal file
View File

@@ -0,0 +1,8 @@
These are tests for testing entire behavior through shell scripts more easily than
the overly complicated python tests.
For adding your own test, create a new script, copy the beginning of an
existing test script (before the *this is the test*) and complete it
with your test.
Helper functions are available in `helpers`.