def test_expand_python(self): tc = ToxLintCase([]) out = tc.expand_python("2.7") self.assertEqual(out.get_name(), "py27-lint_all")
def test_expand_python(): tc = ToxLintCase([]) out = tc.expand_python("2.7") assert out.get_name() == "py27-lint_all"