
This patch also adds new unittests for the following functions: - from validations_libs.utils import get_validations_data > test_get_validations_data_wrong_type(..) - from validations_libs.utils import get_validations_details > test_get_validations_details_wrong_type(..) Change-Id: Iac9ba971a73ed09b26d3e41efb38ad72dd942bbc Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
# validations-libs
A collection of python libraries for the Validation Framework
## Development Environment Setup
Vagrantfiles for CentOS and Ubuntu have been provided for convenience; simply copy one into your desired location and rename to Vagrantfile, then run vagrant up. Once complete you will have a clean development environment ready to go for working with Validation Framework.
Description