aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pquery tests: convert to FakePkg for richer metadata testsBrian Harring2023-12-032-7/+34
* cleanup: Replace fake_pkg with common mockBrian Harring2023-12-031-11/+6
* fix(config): cleanup deprecated access of central.*, using central.objects.* ...Brian Harring2023-02-051-1/+1
* refactor(config): remove prepend/append incremental return signature fully.Brian Harring2023-02-051-5/+4
* reblackify the codeArthur Zamarin2023-02-028-22/+0
* refactor(config): Remove ConfigHint/configurable positional arg supportBrian Harring2023-02-024-4/+5
* refactor(sync): hide FD passing as an internal thing.Brian Harring2023-01-171-3/+4
* Reformat w/ black-22.12.0Brian Harring2022-12-258-441/+558
* patom: new commandArthur Zamarin2022-10-141-0/+58
* scripts/test_*.py: modernize tests to pytestArthur Zamarin2022-08-267-109/+82
* use isort to sort importsv0.12.1Tim Harder2021-05-288-17/+9
* move pshowkw to `pkgdev showkw`Tim Harder2021-03-311-164/+0
* tests: move to repo root dirTim Harder2021-03-0410-0/+1043
* tests: move module unit tests into their own directoryTim Harder2019-07-2311-1088/+0
* ebuild.domain: find_repo(): add method to find/add an external repo given a pathTim Harder2019-07-171-0/+3
* tests/scripts/test_pshowkw: add some output testsTim Harder2019-01-211-1/+35
* plugin: don't catch failed import errorsTim Harder2019-01-181-12/+16
* tests: add test for non-default pshowkw tabular outputTim Harder2019-01-171-1/+14
* pshowkw: add header for multi/specified pkg outputTim Harder2019-01-171-0/+1
* pshowkw: use repo restriction if a repo is specified without targetsTim Harder2019-01-171-7/+0
* pshowkw: fix specified arch disable/enablingTim Harder2019-01-171-12/+37
* pshowkw: use fullslot instead of slot/subslot and using '*' for KEYWORDS=-*Tim Harder2019-01-171-15/+13
* pshowkw: add initial support for generic tabular outputTim Harder2019-01-171-6/+24
* pshowkw: initial implementation of an eshowkw alternativeTim Harder2019-01-171-0/+80
* pebuild: move token -> pkg determination to main scriptTim Harder2019-01-131-8/+0
* sync: rename classes for consistencyTim Harder2019-01-071-2/+2
* pmerge: parse_target(): respect resolved collision restrictionsTim Harder2018-11-071-0/+2
* tests/scripts/test_pmerge: simplify slot collision testTim Harder2018-11-061-3/+3
* tests/scripts/test_pmerge: add slotted collision testTim Harder2018-11-061-13/+29
* tests: update pmerge target parsing tests to use pytestTim Harder2018-11-061-47/+51
* various f-strings usageTim Harder2018-10-162-5/+5
* move script testing helpers back into module namespaceTim Harder2018-06-189-66/+8
* migrate tests to py3Tim Harder2018-06-1110-43/+43
* py3: toss py2/py3 compat code, we're going >=py3.6 onlyTim Harder2018-04-115-36/+9
* move tests to root dirTim Harder2018-04-1110-0/+990