This commit is contained in:
Rohit Tanwar
2018-02-17 19:36:05 +05:30
parent fb9176aa91
commit e880709a0d
764 changed files with 209735 additions and 26 deletions

View File

@ -1,5 +1,5 @@
import types,functools
from tape import test
from pytape import test
from byte_size import byte_size
def byte_size_test(t):
t.true(isinstance(byte_size, (types.BuiltinFunctionType, types.FunctionType, functools.partial)),'byte_size is a function')