aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix filtered.tree.{categories,packages,versions} .Brian Harring2024-01-231-0/+22
| | | | | | | | | | | | The implementation wasn't properly aliasing _get_* to the underlying raw_repo, and it should've been filtering packages and versions according to the filter. This adds that. This isn't a huge issue, but it breaks API guarantees for code tring to efficienctly access this sort of info for a repository stack. Signed-off-by: Brian Harring <ferringb@gmail.com>
* Revert "multiplex.tree: fix config name and type"Sam James2023-07-151-1/+1
| | | | | | | | | This reverts commit ef79d4dcc640658b335fd80cd69bc743d566010a. As discussed on IRC, temporary fix for live users. Bug: https://github.com/pkgcore/pkgcheck/issues/602 Signed-off-by: Sam James <sam@gentoo.org>
* multiplex.tree: fix config name and typeArthur Zamarin2023-07-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* reblackify the codeArthur Zamarin2023-02-021-1/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Reformat w/ black-22.12.0Brian Harring2022-12-253-128/+205
| | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: remove various extensionsArthur Zamarin2022-08-261-2/+2
| | | | | | | - instead of callback_logger & protect_logging please use caplog fixture - instead of malleable_obj please use types.SimpleNamespace Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* use isort to sort importsv0.12.1Tim Harder2021-05-281-2/+1
|
* tests: move to repo root dirTim Harder2021-03-044-0/+330
|
* tests: move module unit tests into their own directoryTim Harder2019-07-234-373/+0
| | | | | To provide separation for future integration and benchmark tests in relation to unit tests.
* various f-strings usageTim Harder2018-10-162-4/+4
|
* migrate tests to py3Tim Harder2018-06-114-5/+5
|
* move tests to root dirTim Harder2018-04-113-0/+373