mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_field_tracker.py | ||
| test_monitor_field.py | ||
| test_split_field.py | ||
| test_status_field.py | ||
| test_urlsafe_token_field.py | ||
| test_uuid_field.py | ||