Guest User

Untitled

a guest
Nov 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @pytest.fixture
  2. def form_data():
  3. return { ... }
  4.  
  5. @pytest.fixture
  6. def example_event(form_data):
  7. return {... 'data': form_data, ... }
Add Comment
Please, Sign In to add comment