global: unit tests to have _unit_tests.py suffix
- Since regression tests Invenio Python modules are recognized by the _regression_test.py suffix, and the web tests by _web_tests.py, unit tests are correspondingly now recognized by the _unit_tests.py suffix rather than the ambiguous _tests.py one.