attrs/tests
Tin Tvrtković fb97252186
Bump mypy, fix tests (#1190)
* Bump mypy, fix tests

* Skip Mypy on 3.7

* Maybe?

* Maybe again?

* Fix old school tuple

* Fix test
2023-10-17 05:48:35 +02:00
..
__init__.py
attr_import_star.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
dataclass_transform_example.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
strategies.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_3rd_party.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_abc.py Add unstable Python 3.12 to CI allowing failures (#1033) 2022-12-18 10:46:08 +00:00
test_annotations.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_cmp.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_compat.py Allow subclassing of AttrsInstance and Protocol at once (#1172) 2023-08-06 21:33:03 +02: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 Pass args from `__init__` to `__attrs_pre_init__` if requested (#1187) 2023-09-29 08:47:51 +02:00
test_filters.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_funcs.py Fix TypeError for `asdict(<class with namedtuple>, retain_collection_types=True)` (#1165) 2023-07-29 21:31:36 +02:00
test_functional.py Tighten linting (#1175) 2023-08-20 12:03:53 +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 Monkeypatching is software bankruptcy 2023-09-29 08:57:03 +02:00
test_mypy.yml Bump mypy, fix tests (#1190) 2023-10-17 05:48:35 +02:00
test_next_gen.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_packaging.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_pattern_matching.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_pyright.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_setattr.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_slots.py Tighten linting (#1175) 2023-08-20 12:03:53 +02:00
test_utils.py Make tests for simple-class actually run 2022-08-22 10:54:22 +02:00
test_validators.py Tighten linting (#1175) 2023-08-20 12:03:53 +02: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