mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-03 19:54:24 +08:00
* 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
9 lines
137 B
INI
9 lines
137 B
INI
[pytest]
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
addopts =
|
|
--import-mode=importlib
|
|
testpaths = tests
|
|
python_files =
|
|
*.py
|