Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @pytest.mark.parametrize('data', [{'company': 'Organization', 'company2': None}, {'company2': 'Organization', 'company': None}])
  2. def test_set_blank(self,field):
  3. data = my_function(**data):
  4.  
  5. def my_function(**kwargs):
  6. pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement