attrs/tests
George Macon 4c41099fb8 Do not copy __weakref__ from original _cls_dict (#410)
self._cls_dict["__weakref__"] holds a reference to self._cls, preventing
self._cls from being released after the new, slots-enabled class is
returned.

Fixes #407
2018-07-28 11:24:53 +01:00
..
__init__.py Move test helpers into an utils module 2016-08-15 15:27:13 +02:00
strategies.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_annotations.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_config.py Check type of set_run_validators' arg 2015-06-05 20:28:50 +02:00
test_converters.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_dark_magic.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_dunders.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_filters.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_funcs.py Disable hypothesis.HealthCheck.too_slow globally (#396) 2018-06-17 13:32:48 +02:00
test_init_subclass.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_make.py Do not copy __weakref__ from original _cls_dict (#410) 2018-07-28 11:24:53 +01:00
test_slots.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_validators.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
typing_example.py Add PEP484 stubs (#238) 2018-07-12 12:19:24 +02:00
utils.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00