mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
* applying MH variable mgmt to xfconf - improvements on MH
* added changelog fragment
(cherry picked from commit 9aec9b502e
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
0f1ccc07c5
commit
d2cdca416c
4 changed files with 48 additions and 44 deletions
|
@ -109,7 +109,7 @@ def test_dependency_ctxmgr():
|
|||
|
||||
def test_variable_meta():
|
||||
meta = VarMeta()
|
||||
assert meta.output is False
|
||||
assert meta.output is True
|
||||
assert meta.diff is False
|
||||
assert meta.value is None
|
||||
meta.set_value("abc")
|
||||
|
@ -124,7 +124,7 @@ def test_variable_meta():
|
|||
|
||||
def test_variable_meta_diff():
|
||||
meta = VarMeta(diff=True)
|
||||
assert meta.output is False
|
||||
assert meta.output is True
|
||||
assert meta.diff is True
|
||||
assert meta.value is None
|
||||
meta.set_value("abc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue