website
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import types,functools
|
||||
from tape import test
|
||||
from pytape import test
|
||||
from palindrome import palindrome
|
||||
def palindrome_test(t):
|
||||
t.true(isinstance(palindrome, (types.BuiltinFunctionType, types.FunctionType, functools.partial)),'palindrome is a function')
|
||||
|
||||
Reference in New Issue
Block a user