Skip to content

Instantly share code, notes, and snippets.

@claudep
Created January 1, 2013 14:24
Show Gist options
  • Save claudep/4427844 to your computer and use it in GitHub Desktop.
Save claudep/4427844 to your computer and use it in GitHub Desktop.
$ 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