removed test case.

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-14 12:40:10 -05:00
parent dd41e349c7
commit de525f0bff

View file

@ -19,6 +19,3 @@ def upload_your_face(firstname, lastname, email, phone, address):
Facial_Recognition_Registration.register_your_face("user_1") Facial_Recognition_Registration.register_your_face("user_1")
for x in range(20): for x in range(20):
DBHelper.upload_user_photo("user_1/" + str(x) + ".jpg") DBHelper.upload_user_photo("user_1/" + str(x) + ".jpg")
upload_your_face("Batuhan", "Basoglu", "bbaso079@uottawa.ca", "6138072241", "257 Lisgar Street")