You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of tests is now failing. Have you even tried to run them? .(
$ paver integrate
Ran 26 tests in 8.029s
FAILED (errors=3, failures=13)
cause:
Problem installing fixture '/home/yed/skript/rosti/pcp/tests/integrate_project/data/users.json': Traceback (most recent call last):
File "/home/yed/skript/rosti/venv/lib/python2.7/site-packages/django/core/management/commands/loaddata.py", line 169, in handle
for obj in objects:
File "/home/yed/skript/rosti/venv/lib/python2.7/site-packages/django/core/serializers/json.py", line 35, in Deserializer
for obj in PythonDeserializer(simplejson.load(stream), **options):
File "/home/yed/skript/rosti/venv/lib/python2.7/site-packages/django/core/serializers/python.py", line 84, in Deserializer
Model = _get_model(d["model"])
File "/home/yed/skript/rosti/venv/lib/python2.7/site-packages/django/core/serializers/python.py", line 141, in _get_model
raise base.DeserializationError(u"Invalid model identifier: '%s'" % model_identifier)
DeserializationError: Invalid model identifier: 'clients.address'
The text was updated successfully, but these errors were encountered:
A lot of tests is now failing. Have you even tried to run them? .(
$ paver integrate
Ran 26 tests in 8.029s
FAILED (errors=3, failures=13)
cause:
The text was updated successfully, but these errors were encountered: