Skip to content

disable randomly in wdms it test

in order to run the unit tests in a random order, wellbore dms uses pytest-randomly in its requirements_dev.txt. This results in the integration tests being run in random order as well. This is not intended. The purppose of this MR is to fix this by explicitly disabling the pytest-randomly plugin when running integration tests.

Here are a MR in wellbore-dms showing and testing the usage of those changes.

Merge request reports