This PR contains:
- updating SPEC file - Requires: python-retrying
- splitting module_framework.py into more helpers and avocado_testers classes. For better handling and code readability.
- MTF exceptions should be in alone exception.py class. So we have file for it.
- Moving CommonFunctions class from module_framework.py into common.py.
@jscotka @ttomecek Please have a look on it. Critical comments are welcome.
I have tried it and all seems to be working properly. On memcached module.
This PR contains:
- updating SPEC file - Requires: python-retrying
- splitting module_framework.py into more helpers and avocado_testers classes. For better handling and code readability.
- MTF exceptions should be in alone exception.py class. So we have file for it.
- Moving CommonFunctions class from module_framework.py into common.py.
@jscotka @ttomecek Please have a look on it. Critical comments are welcome.
I have tried it and all seems to be working properly. On memcached module.