Update doctest__test__.py
Made it a bit more clear for posterity: now tells that you shouldn't edit the 'q' test.
This commit is contained in:
parent
cd252b16fa
commit
40986091f7
|
@ -5,6 +5,7 @@ This test will be located properly because it in on module level.
|
|||
'''
|
||||
|
||||
__test__ = {
|
||||
# this test will not get a line number because none of its lines are unique
|
||||
'q': '''
|
||||
>>> # not unique
|
||||
>>> x = 7
|
||||
|
|
Loading…
Reference in New Issue