attrs/tests
Hynek Schlawack 82892487fb Remove assignment validation again
Mainly because:

1. I don't want to encourage mutations.
2. It's impossible to protect the attributes from becoming invalid anyway so
   this is a lot of complexity (and __setattr__ overwriting) but only little
   benefit.
2015-01-31 18:01:31 +01:00
..
__init__.py Allow single attributes to be excluded 2015-01-30 17:48:34 +01:00
test_dark_magic.py Remove assignment validation again 2015-01-31 18:01:31 +01:00
test_dunders.py Allow single attributes to be excluded 2015-01-30 17:48:34 +01:00
test_funcs.py Rename ls to fields 2015-01-29 21:55:25 +01:00
test_make.py Allow single attributes to be excluded 2015-01-30 17:48:34 +01:00
test_validators.py Add tests for provides's repr 2015-01-29 19:41:58 +01:00