Skip to content

Instantly share code, notes, and snippets.

@ptone
Created January 8, 2013 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptone/6d384b4110fd916d1fd2 to your computer and use it in GitHub Desktop.
Save ptone/6d384b4110fd916d1fd2 to your computer and use it in GitHub Desktop.
PYTHONPATH=.. python3.2 runtests.py --settings=test_sqlite
Creating test database for alias 'default'...
Creating test database for alias 'other'...
........................................................................................................................../Users/preston/Projects/code/forks/django/django/contrib/auth/tests/management.py:192: DeprecationWarning: Please use assertRaisesRegex instead.
create_permissions, models, [], verbosity=0)
/Users/preston/Projects/code/forks/django/django/contrib/auth/tests/management.py:203: DeprecationWarning: Please use assertRaisesRegex instead.
create_permissions, models, [], verbosity=0)
.............................s.............s..................................................................................................................................................................x........................................................................................................................................................................................................................................................................................................................s....../Users/preston/Projects/code/forks/django/tests/modeltests/basic/tests.py:148: DeprecationWarning: Please use assertRaisesRegex instead.
headline__startswith='Area',
/Users/preston/Projects/code/forks/django/tests/modeltests/basic/tests.py:155: DeprecationWarning: Please use assertRaisesRegex instead.
pub_date__year=2005,
/Users/preston/Projects/code/forks/django/tests/modeltests/basic/tests.py:163: DeprecationWarning: Please use assertRaisesRegex instead.
pub_date__month=7,
...s.........s......s.............................ss......................................................................................................................................................s......................................................................................................................................................................ssssssss...........................................ss.sss..................................................sssssss....s.......ss.....s......s.......s..ss.............s.s......s......s.......s...................................................................................................................................................................................................................................................................sss........................................................................................................................................................................................................./Users/preston/Projects/code/forks/django/django/utils/tzinfo.py:85: DeprecationWarning: Century info guessed for a 2-digit year.
stamp = time.mktime(tt)
...................................................ss............................................................/Users/preston/Projects/code/forks/django/tests/regressiontests/admin_views/tests.py:1266: DeprecationWarning: Please use assertRegex instead.
self.assertRegexpMatches(response.content, pattern)
...........................................................................................................................sss..........................................sss.......sss.....sss...........................s......................s.......ss.....sssssssss.s...............................s.....................................................................................................................................................................................................sssssssssssssssssssssssssssssssssss..................................................................................................................................................................................................................................................s........s..........................................s................................ss.........................ss......................................................s......................................................................................................................................................................................................................................................................................s................................................................................................................................................................................................x..................................................................................................................................................................s...........................s....................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssss.sssss..................................................................................................s.................................................................................................................................ss.....x..x.....................x../Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:1647: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(str(qs.query).count('LEFT'), 1)
/Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:1648: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(str(qs.query).count('INNER'), 1)
......x................................................................../Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:1296: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(str(combined.query).count('JOIN'), 2)
/Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:1297: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(combined), 1)
/Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:1298: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(combined[0].name, 'a1')
............................./Users/preston/Projects/code/forks/django/tests/regressiontests/queries/tests.py:2421: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(list(qs), [])
............................................................................xx..............................s............................................................................................................................................................./Users/preston/Projects/code/forks/django/tests/regressiontests/templates/tests.py:380: DeprecationWarning: Please use assertRaisesRegex instead.
"The syntax of 'url' changed in Django 1.5, see the docs."):
./Users/preston/Projects/code/forks/django/tests/regressiontests/templates/tests.py:374: DeprecationWarning: Please use assertRaisesRegex instead.
"The syntax changed in Django 1.5, see the docs."):
.................................................................................................................................s................ss.sss........................................................................................................................................................................................................................................................................................./Users/preston/Projects/code/forks/django/tests/regressiontests/version/tests.py:13: DeprecationWarning: Please use assertRegex instead.
self.assertRegexpMatches(ver_string, r'1\.4(\.dev\d+)?')
........................................ss..............................................................................................................................................ssssssss....................
----------------------------------------------------------------------
Ran 4957 tests in 1169.905s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment