Guest User

Untitled

a guest
Oct 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. F
  2. test_add_group.py:4 (test_add_group)
  3. app = <fixture.application_contact.Application object at 0x0386CF10>
  4.  
  5. def test_add_group(app):
  6. app.session.login(username="admin", password="secret")
  7. > app.group.create(Group(name="test", header="test", footer="test"))
  8. E AttributeError: 'Application' object has no attribute 'group'
  9.  
  10. test_add_group.py:7: AttributeError
Add Comment
Please, Sign In to add comment