Skip to content
Snippets Groups Projects
Commit e86301ca authored by David Hendriks's avatar David Hendriks
Browse files

added function tests file where I play around with functions and their output

parent 3c472e56
No related branches found
No related tags found
No related merge requests found
from binarycpython.utils.functions import (
get_help_super,
get_help_all
)
#############################
# File containing some tests to function. These are not unit tests where output is compared.
## Help functionality
print(get_help_super(print_help=True, return_dict=False, fail_silently=False))
print(get_help_all(print_help=True))
#
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment