Open germa89 opened 1 year ago
Mmhh... the fault handler also uses "_"
so ... feel free to close if you feel like it.
I have no strong opinion. The most important thing is to be consistent within this package and not mix the usage. Let's leave open to see if anyone has a strong opinion.
Pytest arguments replace the spaces by minus (
-
) when defining arguments. For example:https://docs.pytest.org/en/6.2.x/usage.html#profiling-test-execution-duration
whereas in
pytest-pyvista
all the arguments are separated by"_"
.This is a minor thing. But I just wanted to highlight it for consistency.