예제 #1
0
 def test_expand_python(self):
     tc = ToxLintCase([])
     out = tc.expand_python("2.7")
     self.assertEqual(out.get_name(), "py27-lint_all")
예제 #2
0
def test_expand_python():
    tc = ToxLintCase([])
    out = tc.expand_python("2.7")
    assert out.get_name() == "py27-lint_all"