Changes between Version 93 and Version 94 of Dev/Tests


Ignore:
Timestamp:
02/08/10 23:47:32 (3 years ago)
Author:
jnguyenx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Tests

    v93 v94  
    8989 
    9090 
    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()''' 
     91Nosetests uses this regular expression ''(?:^|[b_.-])[Tt]est'' to fetch tests, so our naming conventions will be:[[BR]] 
     92Every file name has to end with '''indicop_test.py'''[[BR]] 
     93every class has to start with Test with a capital T '''class TestIndicop(unittest.TestCase)'''[[BR]] 
     94and every function has to start with test '''def testIndicop()'''[[BR]] 
    9595 
    9696=== 1.d. Running tests ===