Skip to content
Snippets Groups Projects
Commit 25f1cdfa authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Edited test_utils.py

parent e9c0192d
Branches
Tags
No related merge requests found
...@@ -8,6 +8,7 @@ test_a: ...@@ -8,6 +8,7 @@ test_a:
script: script:
- echo "Installing dependencies" - echo "Installing dependencies"
- pip install -r ./source/requirements.txt - pip install -r ./source/requirements.txt
- pip install -e ./source/
- echo "Dependencies installed" - echo "Dependencies installed"
- echo "Testing all functions in deepof.utils" - echo "Testing all functions in deepof.utils"
- pytest ./test_deepof/test_utils.py - pytest ./test_deepof/test_utils.py
......
from setuptools import setup, find_packages
setup(name="deepof", version="0.0.1", packages=find_packages())
\ No newline at end of file
...@@ -6,7 +6,7 @@ from hypothesis import strategies as st ...@@ -6,7 +6,7 @@ from hypothesis import strategies as st
from hypothesis.extra.numpy import arrays from hypothesis.extra.numpy import arrays
from hypothesis.extra.pandas import range_indexes, columns, data_frames from hypothesis.extra.pandas import range_indexes, columns, data_frames
from scipy.spatial import distance from scipy.spatial import distance
from source.utils import * from deepof.utils import *
@given( @given(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment