aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with black 23.1.0Arthur Zamarin2023-03-241-3/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fileutils: small cleanup and modernizationArthur Zamarin2022-12-311-7/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-251-52/+53
| | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fileutils: remove deprecated `write_file`Arthur Zamarin2022-09-241-22/+15
| | | | | | | | Last usage was removed, so we can remove the function as well. In most cases, like tests, you can use `Path.write_text` or `Path.write_bytes` instead. If not in tests, just use `open` and `write`. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: remove RandomPath fixtureArthur Zamarin2022-05-191-23/+27
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* tests: remove TempDir fixtureArthur Zamarin2022-05-191-37/+36
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* PyPy supportArusekk2021-12-141-0/+2
|
* sort imports with isortTim Harder2021-03-281-2/+1
|
* tests: move to main repo root dirTim Harder2021-03-041-0/+353
|
* tests: move unit tests into module subdirTim Harder2019-08-141-367/+0
|
* test: initial conversion from unittest to pytest functionalityTim Harder2018-04-111-109/+104
|
* move tests to root level dirTim Harder2018-04-111-0/+372