attrs/tests
Hynek Schlawack 9ebd31c894
update ruff
2024-07-15 11:15:17 +02:00
..
__init__.py Apply SPDX IDs 2021-12-27 09:29:09 +01:00
attr_import_star.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
dataclass_transform_example.py Unpin/fix Pyright (#1302) 2024-07-13 12:01:09 +02:00
strategies.py docs: style improvements 2024-03-16 16:22:58 +01:00
test_3rd_party.py Add support for cached_properties to slotted attrs classes. (#1200) 2023-12-08 18:24:25 +00:00
test_abc.py docs: style improvements 2024-03-16 16:22:58 +01:00
test_annotations.py Update Ruff 2024-06-28 09:42:30 +02:00
test_cmp.py Fix test_ne in test_cmp.py for Python 3.13 (#1255) 2024-03-07 09:23:46 +00:00
test_compat.py Black 24 2024-01-26 08:15:53 +01:00
test_config.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_converters.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_dunders.py Move factory tests where they belong 2024-03-17 09:15:36 +01:00
test_filters.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_funcs.py evolve: remove support for passing instances per kw (#1264) 2024-03-16 18:23:17 +00:00
test_functional.py update ruff 2024-07-15 11:15:17 +02:00
test_hooks.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_import.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_init_subclass.py Demonstrate init subclass workaround 2023-06-27 07:12:37 +02:00
test_make.py make_class(): Add "__annotations_" to generated class (#1285) 2024-07-13 10:52:46 +00:00
test_mypy.yml Unpin Mypy (#1301) 2024-07-13 12:33:59 +02:00
test_next_gen.py Update Ruff 2024-06-28 09:42:30 +02:00
test_packaging.py Remove non-version metadata hack (#1268) 2024-03-18 15:19:38 +01:00
test_pattern_matching.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_pyright.py Unpin/fix Pyright (#1302) 2024-07-13 12:01:09 +02:00
test_setattr.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_slots.py Preserve AttributeError in slotted classes with cached_property (#1253) 2024-04-02 04:57:25 +00:00
test_utils.py Make tests for simple-class actually run 2022-08-22 10:54:22 +02:00
test_validators.py Remove attrs.validators.provides (#1265) 2024-03-16 21:15:47 +00:00
test_version_info.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
typing_example.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
utils.py Add Attribute.alias (#950) 2022-11-30 14:39:57 +00:00