diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-04 12:25:21 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-04 12:25:21 +0800 |
commit | 2099215988c3cc02e53c099939f376f27e0b73e2 (patch) | |
tree | f0237f7330d3c75b211021d7c564e3c7bb4d2ede | |
parent | 936070659ea60fb5f0d7a11e942a0680fcf3c593 (diff) |
app/test: create a test folder to store test scripts.
-rw-r--r-- | app/test/test_signup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/test_signup.py b/app/test/test_signup.py new file mode 100644 index 0000000..48efad9 --- /dev/null +++ b/app/test/test_signup.py @@ -0,0 +1 @@ +from selenium import webdriver |