1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00
Files
dotdrop/tests-ng/README.md
2018-06-01 15:06:22 +02:00

9 lines
324 B
Markdown

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`.