169
edits
No edit summary |
|||
| Line 5: | Line 5: | ||
# Testcase/suite naming structure: | # Testcase/suite naming structure: | ||
## Give meaningful names to testcases | ## Give meaningful names to testcases | ||
## Test cases need to be named starting with test (eg. test_addTag.py) | ## Test cases need to be named starting with test (eg. test_addTag.py) so that hudson doesn't see setup/config scripts as tests | ||
## Don't use hyphens | ## Don't use hyphens | ||
## Testcase: e.g.: collections_addNewCollection.py (testarea_nameOfTestCase.py) | ## Testcase: e.g.: collections_addNewCollection.py (testarea_nameOfTestCase.py) | ||
edits