Rename Keys_only.test.py to keys_only.test.py

This commit is contained in:
Rohit Tanwar
2018-04-16 18:42:38 +05:30
committed by GitHub
parent 9f0bd80219
commit 3b8896c5cb

View File

@ -3,4 +3,4 @@ from pytape import test
from keys_only import keys_only
def keys_only_test(t):
t.true(isinstance(keys_only, (types.BuiltinFunctionType, types.FunctionType, functools.partial)),'keys_only is a function')
test('Testing keys_only',keys_only_test)
test('Testing keys_only',keys_only_test)