Mishima-syk / psikit

psi4+RDKit
BSD 3-Clause "New" or "Revised" License
93 stars 19 forks source link

#28 import current directory module for test #30

Closed iwatobipen closed 4 years ago

iwatobipen commented 4 years ago

Changed test_init.py. Current test code imports psikit from current directly. And all test was passed on travis ci with same code. https://travis-ci.org/iwatobipen/psikit_tdd/builds/569354476 Following document recommend make virtual env and install package with pip install -e . It will solve the issue. https://docs.pytest.org/en/latest/goodpractices.html