mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* misc adaptations/modernizations plus a few changes to allow pytest discovery * get the recap unittests running * pytest config updates * all tests pass * integrate the pytest stuff into ctest * integrate Projects dir better cmake integration * ci build env updates * ignore more files * remove six.py * cleanup UnitTestPandasTools * cleanup pytest * remove obsolete use of rdkit.six from doctests * update release notes * mysterious CI fix * add conftest to remove some tests * remove the old python-based testing infrastructure --------- Co-authored-by: Ric <ricrogz@gmail.com>
5 lines
150 B
INI
5 lines
150 B
INI
[pytest]
|
|
python_files = UnitTest*.py
|
|
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
|
|
addopts = --doctest-modules --ignore-glob='**/test_list.py'
|