aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* reformat with black 24Arthur Zamarin2024-01-266-14/+12
* tests/fs/test_ops: add test_dir_over_symArthur Zamarin2024-01-231-0/+9
* fix filtered.tree.{categories,packages,versions} .Brian Harring2024-01-231-0/+22
* fix: child repository not inheriting license groups when it defines noneBrian Harring2024-01-121-1/+21
* fix: tweak CPV parsing rules to match PMS.Brian Harring2023-12-281-0/+1
* fix: add atom test for 'foo/bar-11-r3'Brian Harring2023-12-261-0/+1
* Fix: parsing bug that allows a revision to be part of a packageBrian Harring2023-12-261-0/+1
* core: remove the ability to have multi-level categoriesBrian Harring2023-12-031-1/+1
* 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
* pmaint eclass: improve rst outputArthur Zamarin2023-10-231-14/+14
* eclassdoc: remove @BUGREPORTS tagArthur Zamarin2023-10-231-3/+0
* ebuild.repository: require .group extension for stabilization groupsArthur Zamarin2023-08-291-10/+11
* ebuild.repository: add support for stabilization groupsArthur Zamarin2023-08-281-0/+25
* Revert "multiplex.tree: fix config name and type"Sam James2023-07-151-1/+1
* multiplex.tree: fix config name and typeArthur Zamarin2023-07-141-1/+1
* fix(config): cleanup deprecated access of central.*, using central.objects.* ...Brian Harring2023-02-052-5/+5
* refactor(config): remove prepend/append incremental return signature fully.Brian Harring2023-02-052-7/+6
* refactor(config): remove the notion of config layer incremental prepend/append.Brian Harring2023-02-053-170/+2
* reblackify the codeArthur Zamarin2023-02-0238-94/+0
* ebuild/test_eapi: fix tests artifacts in EBD_PATHArthur Zamarin2023-02-021-2/+5
* refactor(config): Remove ConfigHint/configurable positional arg supportBrian Harring2023-02-026-14/+19
* refactor(config): adding typing to config hints along with immutability.Brian Harring2023-02-021-2/+3
* domain: support `-*` in use as previous removalArthur Zamarin2023-01-201-9/+32
* refactor(portage_conf): Push fallback (and path awareness) logic of repos.con...Brian Harring2023-01-171-1/+1
* refactor(sync): hide FD passing as an internal thing.Brian Harring2023-01-171-3/+4
* domain: fix parsing of multiple USE_EXAPNDsArthur Zamarin2023-01-021-3/+26
* properly close open file handlers during testsArthur Zamarin2022-12-315-22/+17
* Ignore both empty and non-existant repos.conf files.Brian Harring2022-12-261-6/+1
* Add use flag validation for /etc/portage/package.use/* content.Brian Harring2022-12-261-8/+11
* Add USE_EXPAND expansion awareness for /etc/portage/package.use/* files.Brian Harring2022-12-261-0/+28
* Force stable sorting of /etc/portage/* files loading.Brian Harring2022-12-261-0/+56
* Reformat w/ black-22.12.0Brian Harring2022-12-2575-4624/+7949
* Fix use default dep matching when working against IUSE defaults.Brian Harring2022-12-221-1/+22
* Add REQUIRED_USE satisfaction solverArthur Zamarin2022-12-201-0/+121
* ebuild/test_eapi.py: fix test_register artifactsArthur Zamarin2022-11-111-2/+6
* tests: small cleanupArthur Zamarin2022-10-295-58/+36
* patom: new commandArthur Zamarin2022-10-141-0/+58
* profiles: support package.bashrc filesArthur Zamarin2022-10-081-0/+56
* use less deprecated cruft of snakeoilArthur Zamarin2022-09-241-18/+13
* test/**.py: modernize tests to pytestArthur Zamarin2022-08-277-542/+482
* resolver/test_*.py: modernize tests to pytestArthur Zamarin2022-08-273-74/+64
* package/test_*.py: modernize tests to pytestArthur Zamarin2022-08-263-44/+45
* tests: remove various extensionsArthur Zamarin2022-08-265-27/+19
* pkgsets/test_*.py: modernize tests to pytestArthur Zamarin2022-08-262-82/+55
* scripts/test_*.py: modernize tests to pytestArthur Zamarin2022-08-267-109/+82
* ebuild: improve malformed atom message & testsArthur Zamarin2022-08-251-3/+8
* merge/test_engine.py: modernize tests to pytestArthur Zamarin2022-08-231-37/+28
* fs/test_fs.py: modernize tests to pytestArthur Zamarin2022-08-231-85/+73
* ebuild/test_repository.py: modernize tests to pytestArthur Zamarin2022-08-231-270/+211