equinor / webviz-ert

ERT webviz plugins
GNU General Public License v3.0
12 stars 24 forks source link

register pytest mark #409

Closed kwinkunks closed 1 year ago

kwinkunks commented 1 year ago

The mark is present in the tests but not registered. This commit registers it in pyproject.toml and uses it for the default test selection instead of -k.

Issue Resolves #408

Approach Register the mark in the init file.

Pre review checklist

ertomatic commented 1 year ago

Can one of the admins verify this patch?