Philip Withnall
2dc8184590
tests: Add some SPDX license headers
...
These cover the files which Debian has already worked out the licensing
information for, in
https://salsa.debian.org/gnome-team/glib/-/blob/debian/master/debian/copyright .
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Helps: #1415
2022-05-17 17:23:34 +01:00
Philip Withnall
d270b6c3db
py: Various flake8 cleanups
...
None of these are particularly significant, but they do get the CI
output clean.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-11-17 15:50:07 +00:00
Philip Withnall
905b22a17e
py: Reformat all Python files consistently
...
This commit is the unmodified results of running
```
black $(git ls-files '*.py')
```
with black version 19.10b0. See #2046 .
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-11-17 15:50:07 +00:00
Tomasz Miąsko
c69a98057f
tests: Avoid writing ever increasing sequence of null bytes to test logs
2018-12-12 12:57:51 +01:00
Tomasz Miąsko
3b7f7a4ed9
tests: Drop compatibility with python 2 from TAP test runner
2018-12-12 12:57:51 +01:00
Philip Withnall
e8d755eb8e
tests: Add initial test framework for glib-mkenums
...
This allows running glib-mkenums with different C headers and checking
its output.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://gitlab.gnome.org/GNOME/glib/issues/1360
2018-06-25 13:39:13 +01:00