Advertisement
Guest User

Untitled

a guest
May 27th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def test_valid_seminar_register(self):
  2. username = 'z5160227'
  3. password = '87654321'
  4. name = 'Edmond Lung'
  5. email = 'abc@gmail.com'
  6. is_password = '87654321'
  7. fee = 5
  8. err = CheckSeminarRegister(username, password, is_passowrd, name, email)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement