-
Simon McVittie authored
See the new tests/README.md and tests/depot/README.md files for details. Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredSee the new tests/README.md and tests/depot/README.md files for details. Signed-off-by:
Simon McVittie <smcv@collabora.com>
README.md 538 B
Developer tests
tests/*.sh
carry out some basic QA checks. Run with:
make check
python3
and the prove
tool from Perl are required.
mypy
, pycodestyle
, pyflakes3
, python3.4
, python3.5
and
shellcheck
are required for full coverage, but the relevant checks
are automatically skipped if those utilities are missing.
Non-fatal issues such as failed coding-style checks and other warnings are reported as a TAP "TODO" diagnostic.
Depot tests
Pleas see depot/README.md.