diff options
Diffstat (limited to 'tests/manual_test.py')
| -rw-r--r-- | tests/manual_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual_test.py b/tests/manual_test.py index 0904b607..9987e662 100644 --- a/tests/manual_test.py +++ b/tests/manual_test.py @@ -27,6 +27,7 @@ def tempdir(func): shutil.rmtree(test_dir) return _tempdir + SIMPLE_BUILDOUT = """\ [buildout] @@ -90,6 +91,7 @@ def test_full(): assert eggs == ['extensions-0.3-py2.6.egg', 'zc.recipe.egg-1.2.2-py2.6.egg'] + if __name__ == '__main__': test_virtualenv() test_full() |
