This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git.
from 5ddf275 Update deprecated _facts Azure modules to _info (#323)
new 965e281 added unit tests for decorator and validators
new f571c3a Address code review comments * Check for exact match between
expected and actual sets of Ansible vars * Get the Ansible vars for the current
class hierarchy (excludes other classes)
new 8fa0ed5 Merge pull request #296 from sputnik13/refactor_config
The 315 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/muchos/config/base.py | 2 +-
lib/muchos/config/decorators.py | 20 ++++--
lib/tests/test_decorators.py | 132 +++++++++++++++++++++++++++++++++++
lib/tests/test_validators.py | 150 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 298 insertions(+), 6 deletions(-)
create mode 100644 lib/tests/test_decorators.py
create mode 100644 lib/tests/test_validators.py