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.
This commit is contained in:
David Rheinsberg 2020-04-21 12:43:04 +02:00 committed by Christian Kellner
parent ff8cd76def
commit 6a7e811af2
3 changed files with 5 additions and 9 deletions

1
test/mod/__init__.py Normal file
View file

@ -0,0 +1 @@
# The `unittest` module requires `__init__.py` to discover a directory.