Pytest arguments are currently added to the custom arguments group using parser.addoption. You can organize these into a pytest-repeat group so it's clear what options go with this module. ``` grouped_options = parser.getgroup("pytest-repeat") grouped_options.addoption ```