File: README.md

package info (click to toggle)
dotdrop 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: sh: 13,401; python: 8,186; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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`.