Skip to content
Snippets Groups Projects
Simon McVittie's avatar
Simon McVittie authored
We now publish these on repo.steampowered.com, so we can hard-code that
as a default. This avoids relying on scout builds having their own copy
of pressure-vessel included, which the latest beta does not.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
53870080
History

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.