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.
1 line
72 B
Python
1 line
72 B
Python
# The `unittest` module requires `__init__.py` to discover a directory.
|