mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:39:30 +08:00
TST: doctest failure
This commit is contained in:
@@ -50,7 +50,7 @@ def optionally(preprocessor):
|
||||
...
|
||||
>>> f(1) # call with int
|
||||
1
|
||||
>> f('a') # call with not int
|
||||
>>> f('a') # call with not int
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
TypeError: arg must be int
|
||||
|
||||
Reference in New Issue
Block a user