Files
pymol-open-source/testing/pytest.ini
Thomas Holder 9dcb2091cd Support running all tests with pytest, make --no-mmlibs --no-undo the default (#333)
* Support running all tests with pytest

* Make --no-mmlibs --no-undo the default

These tests seem unsupported by modern PyMOL versions (like 2.5.6), see
https://github.com/schrodinger/pymol-testing/issues/9

Add `--with-mmlibs` and `--with-undo` options to enable these tests.

* Require PyMOL 2.6 for testLoadPLY
2024-01-31 03:10:03 -05:00

9 lines
137 B
INI

[pytest]
filterwarnings =
ignore::DeprecationWarning
addopts =
--import-mode=importlib
testpaths = tests
python_files =
*.py