David Rheinsberg
20cf5dba6a
test: '{. -> ./mod}/test_util_osrelease.py'
...
Move the os-release tests to the module-level tests and align its
coding-style with the others.
2020-04-28 15:39:00 +02:00
David Rheinsberg
7176f1e85a
test: '{. -> ./mod}/test_util_linux.py'
...
Move the util-linux tests to the module-level tests and align its
implementation.
2020-04-28 15:39:00 +02:00
David Rheinsberg
ea7561329f
test: '{. -> ./mod}/test_util_rmrf.py'
...
Move the rmrf tests to the module-level tests and align its
implementation with the others.
2020-04-28 15:39:00 +02:00
David Rheinsberg
1ec3e5a776
test: '{. -> ./mod}/test_util_jsoncomm.py'
...
Move the jsoncomm-test to the other module-level tests and align its
implementation with the others.
2020-04-28 15:39:00 +02:00
David Rheinsberg
cecb27ac82
test: '{. -> ./mod}/test_util_ostree.py'
...
Move the OSTree utility tests into the module-unittests directory. Also
drop the `__main__` workaround while at it.
2020-04-24 15:50:44 +02:00
David Rheinsberg
6a7e811af2
test: '{. -> ./mod}/test_util_selinux.py'
...
Move the 'test_util_selinux.py' test into the module-unittest
subdirectory.
Drop the '__main__' hookup while at it. `python -m unittest --help`
explains how you can run individual tests.
2020-04-24 15:50:44 +02:00