Created
January 1, 2013 14:24
-
-
Save claudep/4427844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ PYTHONPATH=.. python -Wall ./runtests.py --settings=test_sqlite file_storage | |
/usr/lib/python2.6/pkgutil.py:186: ImportWarning: Not importing directory '/usr/local/lib/python2.6/dist-packages/virtualenvwrapper': missing __init__.py | |
file, filename, etc = imp.find_module(subname, path) | |
Creating test database for alias 'default'... | |
Creating test database for alias 'other'... | |
.............................................../home/claude/checkouts/django-git/django/core/files/images.py:67: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
if e.message.startswith("Error -5"): | |
/home/claude/checkouts/django-git/django/core/files/images.py:67: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
if e.message.startswith("Error -5"): | |
/home/claude/checkouts/django-git/django/core/files/images.py:67: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
if e.message.startswith("Error -5"): | |
..... | |
---------------------------------------------------------------------- | |
Ran 52 tests in 1.710s | |
OK | |
Destroying test database for alias 'default'... | |
Destroying test database for alias 'other'... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment