libAtoms / matscipy

Materials science with Python at the atomic-scale
http://libatoms.github.io/matscipy/
GNU Lesser General Public License v2.1
188 stars 55 forks source link

Tests only run properly when `pytest` is executed in the `tests` subdirectory #161

Closed pastewka closed 11 months ago

pastewka commented 1 year ago

Test should run when pytest is executed in the main directory.

pastewka commented 11 months ago

Part of the problem is that the paths to the data files that are used in the tests are not absolute. I fixed this in #208