コード例 #1
0
ファイル: test_pypi_dist.py プロジェクト: dstufft/distutils2
 def test_get_last(self):
     dists = ReleasesList('Foo')
     self.assertEqual(dists.get_last('Foo 1.0'), None)
コード例 #2
0
 def test_get_last(self):
     dists = ReleasesList('Foo')
     self.assertEqual(dists.get_last('Foo 1.0'), None)