Commit 042aab82 authored by Jason R. Coombs's avatar Jason R. Coombs

Feed the hobgoblins (delint).

parent 0a39f8e4
...@@ -89,8 +89,10 @@ def test_full(): ...@@ -89,8 +89,10 @@ def test_full():
assert len(eggs) == 3 assert len(eggs) == 3
assert eggs[1].startswith('setuptools') assert eggs[1].startswith('setuptools')
del eggs[1] del eggs[1]
assert eggs == ['extensions-0.3-py2.6.egg', assert eggs == [
'zc.recipe.egg-1.2.2-py2.6.egg'] 'extensions-0.3-py2.6.egg',
'zc.recipe.egg-1.2.2-py2.6.egg',
]
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment