Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken tests #35

Open
yedpodtrzitko opened this issue Feb 24, 2012 · 0 comments
Open

broken tests #35

yedpodtrzitko opened this issue Feb 24, 2012 · 0 comments
Assignees

Comments

@yedpodtrzitko
Copy link
Collaborator

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'
@ghost ghost assigned by-cx Feb 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants