X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=python_packaging%2Fsample_restraint%2Ftests%2Ftest_plugin.py;h=e7016a998183c1520edfa1782e464c9946231d47;hb=6e6e449b7659f882b1f0dfdcf14eb1279b074aae;hp=bd8c0c0ae52f5226636e8f193e8020147b00b33f;hpb=de7b57567f8aaa2e29f653d843ebf5db93a88af3;p=alexxy%2Fgromacs.git diff --git a/python_packaging/sample_restraint/tests/test_plugin.py b/python_packaging/sample_restraint/tests/test_plugin.py index bd8c0c0ae5..e7016a9981 100644 --- a/python_packaging/sample_restraint/tests/test_plugin.py +++ b/python_packaging/sample_restraint/tests/test_plugin.py @@ -73,6 +73,7 @@ def test_binding_protocol(spc_water_box, mdrun_kwargs): assert len(context.potentials) > 0 for restraint in context.potentials: if isinstance(restraint, myplugin.NullRestraint): + assert gmx.version.api_is_at_least(0, 2, 1) assert restraint.count() > 1