Make gmxapi.testsupport usable as a pytest plugin.
commitdc37a4e7938d2ba5f4846458e285d087472398de
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 6 Dec 2019 11:03:01 +0000 (6 14:03 +0300)
committerEric Irrgang <ericirrgang@gmail.com>
Mon, 30 Dec 2019 10:48:13 +0000 (30 11:48 +0100)
treef5c44e003138bc1fed3ea45c2e54ce05cd9cdb7a
parent9f283b4d65ed1c2c075921118d674ef4105e03da
Make gmxapi.testsupport usable as a pytest plugin.

Continue to consolidate pytest support infrastructure.
Update gmxapi.testsupport usage to function with pytest plugin API.
Convert `withmpi_only` to a custom marker registered with pytest.

Change-Id: I52f4ad1b0b88fbbd1216814a55e243642741dddb
python_packaging/sample_restraint/tests/conftest.py
python_packaging/sample_restraint/tests/test_binding.py
python_packaging/src/gmxapi/testsupport.py
python_packaging/src/test/conftest.py
python_packaging/src/test/test_mdrun.py
python_packaging/test/conftest.py