Skip to content

Instantly share code, notes, and snippets.

@collinanderson
Created January 15, 2015 02:59
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 collinanderson/35e7af81ea54581fb471 to your computer and use it in GitHub Desktop.
Save collinanderson/35e7af81ea54581fb471 to your computer and use it in GitHub Desktop.
Collins-MBP:tests collin$ PYTHONPATH=.. python3 ./runtests.py --failfast migrations.test_commands
Testing against Django installed in '/Users/collin/django1.8/django'
Creating test database for alias 'default'...
Creating test database for alias 'other'...
.....................F
======================================================================
FAIL: test_makemigrations_with_custom_name (migrations.test_commands.MakeMigrationsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/collin/django1.8/tests/migrations/test_commands.py", line 691, in test_makemigrations_with_custom_name
content = cmd("0002", migration_name_0002, "--empty")
File "/Users/collin/django1.8/tests/migrations/test_commands.py", line 677, in cmd
self.assertTrue(os.path.exists(migration_file))
AssertionError: False is not true
----------------------------------------------------------------------
Ran 22 tests in 0.276s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment