attrs/tests
Joshua Oreman cf9de77409 Update closure cell rewriting to use CodeType.replace() on 3.8 (#562)
* Revert "Don't use CodeType.replace() -- it was added in 3.8.0b1, but CI still uses 3.8.0a4"

Our CI now supports CodeType.replace(), and the only 3.8 versions that don't support it are alpha releases so we don't need to maintain support for them. Using replace() is more forward compatible.

This reverts commit 52097ce321.

* Disable forced-failure test on 3.8+ -- there's no longer enough surface area for a monkeypatch to do anything
2019-08-08 07:57:33 +02:00
..
__init__.py Move test helpers into an utils module 2016-08-15 15:27:13 +02:00
strategies.py Consistency for slotted classes 2019-03-21 09:38:32 -05:00
test_annotations.py Ensure that bare attributes with default None are removed too (#556) 2019-07-23 13:19:10 +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 Consistency for slotted classes 2019-03-21 09:38:32 -05:00
test_dunders.py Make unique_filename not depend on repr. (#560) 2019-08-01 12:42:13 +02:00
test_filters.py Fade to Black (#392) 2018-06-10 19:40:07 +02:00
test_funcs.py Remove some extraneous # noqa comments (#530) 2019-05-14 09:01:03 -04:00
test_init_subclass.py Be consistent in calling slotted classes slotted 2019-02-25 16:09:57 +01:00
test_make.py Remove code and tests related to deprecated 'convert' kwarg (#504) 2019-03-07 09:04:36 +01:00
test_slots.py Update closure cell rewriting to use CodeType.replace() on 3.8 (#562) 2019-08-08 07:57:33 +02:00
test_validators.py Improve the error message informing the value that it got it (#536) 2019-07-20 11:55:26 +02:00
typing_example.py Fix deep_iterable, deep_mapping validator type stubs (#533) 2019-05-27 07:28:27 -07:00
utils.py Cache hash codes (#426) 2018-08-20 06:46:52 +02:00