adaptivemd icon indicating copy to clipboard operation
adaptivemd copied to clipboard

Local unit tests

Open thempel opened this issue 7 years ago • 0 comments

Unit tests fail when running them on my local resource, apparently some paths are not well configured. I get the following errorwith test_simple_wrapped.py and test_simple_wrapped.py:

IOError: [Errno 2] No such file or directory: '/examples/files/alanine/alanine.pdb'

Tests run with py.test -v --pyargs adaptivemd --doctest-modules.

thempel avatar Sep 03 '18 16:09 thempel