We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dab6be commit d252696Copy full SHA for d252696
roles/client/molecule/default/tests/test_default.py
@@ -22,6 +22,7 @@ def test_packages(host):
22
for pkg in server_packages:
23
assert host.package(pkg).is_installed
24
25
+
26
def test_initialization(host):
27
"""
28
Check if client was initialized properly
0 commit comments