aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* format using blackArthur Zamarin2022-12-291-23/+27
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: suppress user and system gitconfigArthur Zamarin2022-10-011-0/+4
| | | | | | | | - Makes testing on local machines much faster, as it ignores the user's signing key and other settings. - Makes locale issues less likely to cause test failures. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: refactor test_pkgcheck_scan & REPO_ROOTArthur Zamarin2022-10-011-12/+11
| | | | | | | - use `Path` object for REPO_ROOT - various improvements and cleanups around test_pkgcheck_scan Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: update argparse namespace config variable nameTim Harder2021-04-011-1/+1
|
* tests: inline single stubconfig fixture usageTim Harder2021-03-201-6/+0
|
* tests: drop CopyableParser usageTim Harder2021-03-161-2/+3
| | | | Since support was dropped in snakeoil.
* move test data to a separate repo root dirTim Harder2021-03-041-0/+112
To make pytest happier when running on it's own since it prefers tests in a root-level dir.