1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00
Files
dotdrop/tests-ng/README.md
John T. Wodder II 60550424ca Proofread docs
2021-10-05 12:14:42 -04:00

9 lines
325 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`.