Closed
Description
The docs say that setUpModule and tearDownModule are not supported:
https://github.com/pytest-dev/pytest/blob/master/doc/en/unittest.rst#unittesttestcase-support
But experience and this
https://github.com/pytest-dev/pytest/blob/master/src/_pytest/python.py#L529
suggest they are. Is this just a case of needing to update the docs or are they only partially supported?