Hynek Schlawack
|
046beaaaaa
|
Apply SPDX IDs
|
2021-12-27 09:29:09 +01:00 |
Hynek Schlawack
|
b337f5b9d5
|
Move test helpers into an utils module
__init__.py should never contain any code.
|
2016-08-15 15:27:13 +02:00 |
Tin Tvrtković
|
d10e5c41d6
|
asdict - propagate dict_factory properly (#45)
* asdict - propagate dict_factory properly. Hypothesis tests.
* Disable Hypothesis health checks on Travis/PyPy.
* Tox - pass the HYPOTHESIS_PROFILE environment variable.
* Shut up pytest again.
|
2016-06-02 15:40:15 -07:00 |
Tin Tvrtkovic
|
6ce0a0d80d
|
Fix flake8. Tweak changelog.
|
2016-05-15 16:43:17 +02:00 |
Tin Tvrtkovic
|
88f33a9375
|
Review feedback.
|
2016-05-15 02:00:36 +02:00 |
Tin Tvrtkovic
|
17a48c3bc3
|
Fix comments.
|
2016-05-08 23:50:53 +02:00 |
Tin Tvrtkovic
|
cd80208187
|
Initial dict_factory support for asdict.
|
2016-05-07 19:55:09 +02:00 |
Tin Tvrtkovic
|
7b201eb199
|
Initial slots implementation.
|
2016-03-14 03:02:13 +01:00 |
Hynek Schlawack
|
fba942270b
|
Stay happy and positive
Closes #6
|
2015-02-20 13:29:47 +01:00 |
Hynek Schlawack
|
980067d8f1
|
We're ASCII-clean
|
2015-02-20 11:22:10 +01:00 |
Hynek Schlawack
|
4e81b7b5e2
|
Rename add_XXX to no_XXX
Assume you want everything by default and be consistent with the no_XXX
attributes on Attribute.
|
2015-02-07 09:15:59 +01:00 |
Hynek Schlawack
|
e7ebf4bf81
|
Allow single attributes to be excluded
|
2015-01-30 17:48:34 +01:00 |
Hynek Schlawack
|
f61fb5d185
|
Eliminate factory field
Instead, have only one default field. If the default value is an instance of
attr.Factory, use it as a factory.
|
2015-01-29 23:10:56 +01:00 |
Hynek Schlawack
|
717dcdadca
|
Short default_value to default
|
2015-01-29 22:32:41 +01:00 |
Hynek Schlawack
|
9cb48a5814
|
Shorten default_factory to factory
|
2015-01-29 22:29:37 +01:00 |
Hynek Schlawack
|
8f98b38136
|
Increase branch coverage
And a lot of under the hood work.
|
2015-01-29 17:31:49 +01:00 |
Hynek Schlawack
|
692e4613a0
|
Add instance_of validator
|
2015-01-29 12:20:17 +01:00 |
Hynek Schlawack
|
9560908555
|
Initial commit
Docs aren't there yet
|
2015-01-27 17:53:17 +01:00 |