django-model-utils/tests/test_fields
Maarten ter Huurne ab8a8ae53a Pass reason to @skip decorator
The decorator works without an argument as well, but that is an
undocumented feature of `unittest.skip()` that is not understood
by mypy and pytest.

In the case of pytest, it ignored the decorated class during test
collection, instead of collecting it and marking it as skipped.
2024-03-22 16:58:09 +01:00
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_field_tracker.py Pass reason to @skip decorator 2024-03-22 16:58:09 +01:00
test_monitor_field.py Merge pull request #510 from adamchainz/time_machine 2024-03-22 15:46:19 +01:00
test_split_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_status_field.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_urlsafe_token_field.py Added deconstruct 2021-04-30 21:40:39 +05:00
test_uuid_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00