-
Notifications
You must be signed in to change notification settings - Fork 6
Testing Guidelines
Matthew Harris edited this page Jun 2, 2015
·
2 revisions
Please Keep this structure for adding new tests.
>Tests
>PyUnit
>admin (each .py in the app gets a test file)
admin.py
>issues
issues.py
>Velo
velo.py
>web_fe
login.py
registration.py
home.py
>NEW_APP
page_1.py
page_2.py
>Robot
>admin (each page gets a directory)
>admin_home
admin_load.txt
>admin_login
admin_bad_user.txt
>issues
>issue
incomlete_issue.txt
>web_fe
>login
good_login.txt
bad_login.txt
>dashboard
load_profile.txt
save_profile.txt
>NEW_APP
>page_1
test_1.txt
test_2.txt