Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

The repository fails tests #429

@8thMage

Description

@8thMage

Hi,
I installed all of the requirements and used setup.py to install the project, then i ran sudo python -m unittest discover and it gave me a failure message::

ERROR: simphony.tools.tests.test_lattice_tools (unittest.loader.ModuleImportFailure)

ImportError: Failed to import test module: simphony.tools.tests.test_lattice_tools
Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
import(name)
File "/home/edensegal/simphony-common/simphony/tools/tests/test_lattice_tools.py", line 5, in
from hypothesis import given, settings
ImportError: No module named hypothesis


Ran 673 tests in 85.338s

FAILED (errors=1, skipped=3)

Is it imprtant?
also there is a lot of warnings i can paste if someone wants to look at them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions