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

adding extra testfiles and making sure that there are no imports that arent...

adding extra testfiles and making sure that there are no imports that arent already in required_packages
parent 93f85f63
No related branches found
No related tags found
No related merge requests found
from binarycpython.utils.custom_logging_functions import *
from binarycpython.utils.distribution_functions import *
from binarycpython.utils.functions import (
get_help_super,
get_help_all,
get_help,
)
from binarycpython.utils.functions import *
#############################
# Script that contains unit tests for functions from the binarycpython.utils.functions file
def test_get_help_super():
"""
Function to test the get_help_super function
......
from binarycpython.utils.grid import Population
from binarycpython.utils.hpc_functions import *
from binarycpython.utils.plot_functions import *
from binarycpython.utils.run_system_wrapper import *
from binarycpython.utils.spacing_functions import *
from binarycpython.utils.useful_funcs import *
......@@ -268,7 +268,7 @@ This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard an
"binarycpython.tests",
"binarycpython.tests.c_bindings",
],
install_requires=["numpy", "pytest", "h5py"],
install_requires=["numpy", "pytest", "h5py", "pathos", "pandas"],
include_package_data=True,
ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded
classifiers=[
......
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