debian-forge/test
Michael Vogt a36fca4b34 test: reformat json data to appease linter
This commit just ran:
```
  find -iname "*.json" -print -exec sh -c 'jq --indent 2 . {} | sponge {}' \;
```
to ensure that the new test json data from librepo is in the format
the linter expects.
2025-01-14 08:19:16 +01:00
..
cases manifest_tests.py: use osbuild-image-info from osbuild package 2024-12-18 12:50:32 +01:00
data test: reformat json data to appease linter 2025-01-14 08:19:16 +01:00
mod test: Skip check_moduleinfo for unsupported versions 2025-01-14 08:19:16 +01:00
run test: Validate the source test manifests 2025-01-14 08:19:16 +01:00
stages test: add test for export option 2024-01-10 11:24:01 +01:00
.gitignore introduce testing script 2019-07-09 10:29:48 +02:00
__init__.py osbuild: add description() methods 2019-08-07 10:01:17 +02:00
conftest.py Test: add ability to skip tests for unsupported file-systems 2023-04-21 17:13:10 +02:00
initrd.py autopep8: Update with changes to make autopep8 -a -a -a happy 2023-08-10 13:04:14 +02:00
test.py test: add test for export option 2024-01-10 11:24:01 +01:00