Guest User

Untitled

a guest
Mar 6th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ______________________________________________ TestComicViews.test_get_comics_by_author _______________________________________________
  2.  
  3. self = <tests.test_comics.TestComicViews instance at 0x7fe5efc55a70>, testapp = <webtest.app.TestApp object at 0x7fe5efca6d90>
  4. user = <tests.conftest.User instance at 0x7fe5efc647e8>
  5.  
  6. def test_get_comics_by_author(self, testapp, user):
  7. > user = user.get()
  8.  
  9. tests/test_comics.py:9:
  10. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  11. tests/conftest.py:57: in get
  12. muser = UserFactory(password='myprecious')
  13. /usr/local/lib/python2.7/dist-packages/factory/base.py:69: in __call__
Add Comment
Please, Sign In to add comment