| 91 | | Nosetests uses this regular expression ''(?:^|[b_.-])[Tt]est'' to fetch tests, so our naming conventions will be: |
| 92 | | Every file name has to end with '''indicop_test.py''' |
| 93 | | every class has to start with Test with a capital T '''class TestIndicop(unittest.TestCase)''' |
| 94 | | and every function has to start with test '''def testIndicop()''' |
| | 91 | Nosetests uses this regular expression ''(?:^|[b_.-])[Tt]est'' to fetch tests, so our naming conventions will be:[[BR]] |
| | 92 | Every file name has to end with '''indicop_test.py'''[[BR]] |
| | 93 | every class has to start with Test with a capital T '''class TestIndicop(unittest.TestCase)'''[[BR]] |
| | 94 | and every function has to start with test '''def testIndicop()'''[[BR]] |