validations-common/validations_common/tests/callback_plugins
Jiri Podivin b41537fa69 Superfluous imports are now mocked
Unless explicitly mocked, all dependencies of tested
modules are imported by default.

This can cause exceptions or even CI issues,
especially if the required module is listed present
in the test-requirements.txt file, but not in the spec file.

Furthermore, unnecessary imports in tests were also removed.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ic3926c1fd38a670ed37eeba1aa4df64347a34a9b
2021-04-30 18:09:09 +02:00
..
__init__.py Infrastructure for callback unit tests 2021-02-02 11:41:15 +01:00
test_fail_if_no_hosts.py Superfluous imports are now mocked 2021-04-30 18:09:09 +02:00
test_http_json.py Superfluous imports are now mocked 2021-04-30 18:09:09 +02:00
test_validation_json.py Superfluous imports are now mocked 2021-04-30 18:09:09 +02:00
test_validation_output.py Superfluous imports are now mocked 2021-04-30 18:09:09 +02:00
test_validation_stdout.py Superfluous imports are now mocked 2021-04-30 18:09:09 +02:00