def test_expand_ansible(self): tc = ToxLintCase([]) out = tc.expand_ansible("2.10") self.assertEqual(out.get_name(), "ansible210-lint_all")
def test_expand_ansible(): tc = ToxLintCase([]) out = tc.expand_ansible("2.10") assert out.get_name() == "ansible210-lint_all"