attrs/tests
Hynek Schlawack afd2584470
Implement attr.converters.default_if_none (#414)
* Implement attr.converters.default_if_none

fixes #400

* Comment out typing example for now

* Add PR newsfragment

* Fix linter
2018-07-28 16:03:41 +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 Implement attr.converters.default_if_none (#414) 2018-07-28 16:03:41 +01: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 Implement attr.converters.default_if_none (#414) 2018-07-28 16:03:41 +01:00
utils.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00