Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat with black 24 | Arthur Zamarin | 2024-01-26 | 1 | -6/+7 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | ebuild/test_eapi: fix tests artifacts in EBD_PATH | Arthur Zamarin | 2023-02-02 | 1 | -2/+5 |
| | | | | | Bug: https://bugs.gentoo.org/888685 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | Reformat w/ black-22.12.0 | Brian Harring | 2022-12-25 | 1 | -16/+20 |
| | | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | ebuild/test_eapi.py: fix test_register artifacts | Arthur Zamarin | 2022-11-11 | 1 | -2/+6 |
| | | | | | | | | | test_register was leaving behind a bunch of files in the EBD_PATH, which might pollute installation or venv. Create a temporary directory, into which the ebd is copied and redirected for the duration of the test. Bug: https://bugs.gentoo.org/880881 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | tests: small cleanup | Arthur Zamarin | 2022-10-29 | 1 | -1/+0 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | use isort to sort importsv0.12.1 | Tim Harder | 2021-05-28 | 1 | -1/+0 |
| | |||||
* | tests: move to repo root dir | Tim Harder | 2021-03-04 | 1 | -0/+65 |
| | |||||
* | tests: move module unit tests into their own directory | Tim Harder | 2019-07-23 | 1 | -68/+0 |
| | | | | | To provide separation for future integration and benchmark tests in relation to unit tests. | ||||
* | tests/ebuild/test_eapi: test all known EAPIs for test_inherits() | Tim Harder | 2019-01-27 | 1 | -5/+4 |
| | |||||
* | ebuild.eapi: mark ebd_env_options as internal and make ebd_env a jitted attr | Tim Harder | 2019-01-27 | 1 | -2/+3 |
| | |||||
* | tests/ebuild/test_eapi.py: fix mocks for custom EAPI registry tests | Tim Harder | 2018-11-08 | 1 | -12/+11 |
| | |||||
* | fix various EAPI string quote consistency | Tim Harder | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | ebuild.eapi: add more unknown EAPI checks | Tim Harder | 2018-09-29 | 1 | -0/+9 |
| | |||||
* | ebuild.eapi: more EAPI tests | Tim Harder | 2018-09-29 | 1 | -2/+43 |
| | |||||
* | tests: add initial explicit EAPI obj tests | Tim Harder | 2018-09-29 | 1 | -0/+19 |