-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Hi!
The default values for these config parameters aren't listed here:
https://docs.pytest.org/en/latest/customize.html#confval-python_classes
https://docs.pytest.org/en/latest/customize.html#confval-python_functions
https://docs.pytest.org/en/latest/customize.html#confval-python_files
...nor in the "changing naming conventions" page that the above link to:
https://docs.pytest.org/en/latest/example/pythoncollection.html#change-naming-conventions
After a while I managed to stumble across something that implies the defaults:
https://docs.pytest.org/en/latest/goodpractices.html#test-discovery
...however it would be good to document along with the config options too.
The defaults are defined in the source here:
https://github.com/pytest-dev/pytest/blob/3.2.1/_pytest/python.py#L76-L83
I'll try and open a PR at some point in the future, but may not be for a bit. If anyone wants to take this in the meantime, please do!
Many thanks :-)