By the way, as for splitting the tests into files I would propose to split them into three files:
test_configuration_option.py: tests that don't care about the implicit argument
(could in principle be run with both values of the argument. if we run them only for one, I would take the default value)
test_configuration_option_implicit.py
test_configuration_option_explicit.py
I believe most tests are actually in the first category.
Anyhow, this does not necessarily need to be done now and could be made an issue.
What remains to be done, though, is to add a sentence on the implicit option in the README.
Originally posted by @ltalirz in #7 (comment)
By the way, as for splitting the tests into files I would propose to split them into three files:
test_configuration_option.py: tests that don't care about theimplicitargument(could in principle be run with both values of the argument. if we run them only for one, I would take the default value)
test_configuration_option_implicit.pytest_configuration_option_explicit.pyI believe most tests are actually in the first category.
Anyhow, this does not necessarily need to be done now and could be made an issue.
What remains to be done, though, is to add a sentence on the
implicitoption in theREADME.Originally posted by @ltalirz in #7 (comment)