attrs/tests
Hynek Schlawack 504eefe91f
NG: make frozen classes comfortably subclassable (#687)
* NG: make frozen classes comfortably subclassable

* Add newsfragment

* This ain't markdown

* Address review
2020-09-05 11:14:54 +02:00
..
__init__.py Move test helpers into an utils module 2016-08-15 15:27:13 +02:00
strategies.py Tune down strategies a bit 2020-03-30 11:17:38 +02:00
test_annotations.py Add attr.resolve_types (#302) 2020-07-22 11:43:07 +02:00
test_config.py Check type of set_run_validators' arg 2015-06-05 20:28:50 +02:00
test_converters.py Rename converters.chain to converters.pipe 2020-07-21 14:43:09 +02:00
test_dunders.py pre-commit autoupdate 2020-09-01 09:56:52 +02:00
test_filters.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_funcs.py Split cmp into eq and order (#574) 2019-09-22 15:07:19 +02:00
test_functional.py Clear __setattr__ if it was inherited && written by us (#663) 2020-08-13 13:49:44 +02:00
test_init_subclass.py Be consistent in calling slotted classes slotted 2019-02-25 16:09:57 +01:00
test_make.py Ignore inherited field when comparing Attributes (#684) 2020-09-03 07:16:58 +02:00
test_next_gen.py NG: make frozen classes comfortably subclassable (#687) 2020-09-05 11:14:54 +02:00
test_setattr.py Don't reset custom __setattr__ in slotted classes (#681) 2020-09-05 09:46:06 +02:00
test_slots.py Add control to generate __[sg]etstate__ (#642) 2020-05-11 07:11:24 +02:00
test_validators.py Make `zope` a semi-optional test dependency (#685) 2020-09-03 06:56:17 +02:00
test_version_info.py Rename _version.py into _version_info.py 2019-10-02 16:12:03 +02:00
typing_example.py Add attr.field (#669) 2020-08-20 19:01:34 +02:00
utils.py Fix attribute collection (#635) 2020-04-06 11:41:52 +02:00