Skip to content
Matthew Harris edited this page Jun 2, 2015 · 2 revisions

Please Keep this structure for adding new tests.

>Tests
  >PyUnit
    >admin
      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
      admin_load.txt
      admin_bad_user.txt
    >issues
      incomlete_issue.txt
    >web_fe
      good_login.txt
      bad_login.txt
    >NEW_APP
      feture_1.txt
      feture_2.txt

Clone this wiki locally