dtomas
Results
2
issues of
dtomas
Adding Fixtures to a parametrization of a test function via `pytest.mark.usefixtures` has no effect. The fixtures are not executed and are missing from `request.fixturenames`. Example: ```python import pytest @pytest.fixture def...
type: bug
topic: parametrize
topic: fixtures
RemovedInDjango20Warning: `DateTimePicker._format_value` is deprecated, use `format_value` instead.
2
The deprecation warning for `DateTimePicker._format_value` is still issued even though the method has been overridden. Seems to be due to the metaclass (`RenameMethodsBase`) wrapping it at class creation time. Extending...