postpdm / ich_bau

Task and project management system for Computer Aided Design and Drafting
Apache License 2.0
1 stars 3 forks source link

Extend file repo #35

Open yn-coder opened 7 years ago

yn-coder commented 7 years ago

Extend file repo

yn-coder commented 6 years ago

travis build fail

$ coverage run --source=commons,ich_bau,project manage.py test
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
....................................F...............
======================================================================
FAIL: test_Long_Long (project.test_views.Project_View_Test_Client)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/postpdm/ich_bau/project/test_views.py", line 111, in test_Long_Long
    self.assertContains(response, "You successfully create the repo for this project!", status_code=200 )
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/testcases.py", line 393, in assertContains
    self.assertTrue(real_count != 0, msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'You successfully create the repo for this project!' in response