diff options
Diffstat (limited to 'app/test/test_signup.py')
-rw-r--r-- | app/test/test_signup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/test/test_signup.py b/app/test/test_signup.py index 25536a3..fc8ec4a 100644 --- a/app/test/test_signup.py +++ b/app/test/test_signup.py @@ -37,4 +37,6 @@ def test_signup(): assert '恭喜,你已成功注册' in driver.page_source assert uname in driver.page_source + driver.quit() + |