mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 21:29:43 +00:00
9 lines
325 B
Markdown
Vendored
9 lines
325 B
Markdown
Vendored
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`.
|