diff options
author | tarek <none@none> | 2009-12-20 13:58:23 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-12-20 13:58:23 +0100 |
commit | 460a146b382827dd77f77a86d1daa524ab5e0345 (patch) | |
tree | fba0004523a41569cabf837daef3e6b18e2aa6a9 /tests/manual_test.py | |
parent | deb90e5287e5aedc705d9dd0aea8e7f163b9d484 (diff) | |
download | external_python_setuptools-460a146b382827dd77f77a86d1daa524ab5e0345.tar.gz external_python_setuptools-460a146b382827dd77f77a86d1daa524ab5e0345.tar.bz2 external_python_setuptools-460a146b382827dd77f77a86d1daa524ab5e0345.zip |
added test_full to main
--HG--
branch : distribute
extra : rebase_source : d343619c60e76ece8c5e95d6aed1d8b48a4ea208
Diffstat (limited to 'tests/manual_test.py')
-rw-r--r-- | tests/manual_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual_test.py b/tests/manual_test.py index 1bafb0d9..1d2edc2a 100644 --- a/tests/manual_test.py +++ b/tests/manual_test.py @@ -75,5 +75,5 @@ def test_full(): if __name__ == '__main__': test_virtualenv() - + test_full() |