attrs/tests
Chad Dombrova 566ada9848 Basic type support (#239)
* Add support for passing a type to attr.ib() and gathering the type from PEP526-style annotations.

* Address review notes.

* More review notes.

* A few more review changes.

* Quick final fix to the changelog.
2017-09-17 16:22:49 +02:00
..
__init__.py Move test helpers into an utils module 2016-08-15 15:27:13 +02:00
test_annotations.py Basic type support (#239) 2017-09-17 16:22:49 +02:00
test_config.py Check type of set_run_validators' arg 2015-06-05 20:28:50 +02:00
test_converters.py Allow optional conversion (#173) 2017-05-10 15:37:50 +02:00
test_dark_magic.py Allow subclasses to overwrite attributes (#229) 2017-08-21 00:39:34 +02:00
test_dunders.py Fix unbound __str__ on Python 2 when slots=True (#199) 2017-06-01 09:30:31 +02:00
test_filters.py Stop using deprecated APIs (#86) 2016-09-10 19:14:34 +02:00
test_funcs.py Pass appropriate stacklevel in assoc deprecation warning. (#209) 2017-07-29 14:57:07 +02:00
test_make.py Basic type support (#239) 2017-09-17 16:22:49 +02:00
test_slots.py Bugfix/slot super (#226) 2017-08-03 17:04:48 +02:00
test_validators.py Compatibility fixes. (#193) 2017-05-19 11:31:00 -07:00
utils.py Compatibility fixes. (#193) 2017-05-19 11:31:00 -07:00