Ejemplo n.º 1
0
 def test_expand_ansible(self):
     tc = ToxLintCase([])
     out = tc.expand_ansible("2.10")
     self.assertEqual(out.get_name(), "ansible210-lint_all")
Ejemplo n.º 2
0
def test_expand_ansible():
    tc = ToxLintCase([])
    out = tc.expand_ansible("2.10")
    assert out.get_name() == "ansible210-lint_all"