Changes between Version 112 and Version 113 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
08/08/11 21:18:56 (13 years ago)
Author:
Mike A
Comment:

minor format correction

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v112 v113  
    9595To make your test look like a test, there are two options:
    9696
    97 # easy: write a procedure whose name starts with "test_"
    98 # advanced: inherit from unittest.TestCase and write your tests as described in [http://docs.python.org/library/unittest.html]
     971. easy: write a procedure whose name starts with "test_"
     981. advanced: inherit from unittest.TestCase and write your tests as described in [http://docs.python.org/library/unittest.html]
    9999
    100100{{{