Optimized inventory validator for wrong groups

This commit is contained in:
2025-07-11 01:34:44 +02:00
parent 6e32b20240
commit d43fdc63ea
9 changed files with 226 additions and 105 deletions

View File

@@ -34,7 +34,7 @@ class CLIHelpIntegrationTest(unittest.TestCase):
segments = rel_dir.split(os.sep) + [cmd_name]
with self.subTest(command=' '.join(segments)):
cmd = [self.python, self.main_py] + segments + ['--help']
cmd = [self.python, self.main_py] + segments + ['--help', '--no-signal']
result = subprocess.run(
cmd, capture_output=True, text=True
)