Commit Graph

11 Commits

Author SHA1 Message Date
ngie-eign f5298627e6 Ignore build/ (#350) 2018-03-03 14:50:31 +01:00
Hynek Schlawack 538d75f60c Retain order if these or make_class are passed an ordered dict (#343)
* Retain order if these or make_class are passed an ordered dict

Fixes #339

* Add newsfragment

* Another newsfragment

Fixes #300

* Docs and change tags

* Disable coverage and explain why

* PyPy has ordered dicts too

* Import OrderedDict only when necessary
2018-02-17 12:24:23 +01:00
inso 1b419e304b Add attr.astuple
Fixes #77 and fixes #78
2016-09-11 08:55:30 +02:00
Hynek Schlawack e833e0c1cd coverage 4.2 doesn't need a coverage erase anymore 2016-07-31 14:43:02 +02:00
Hynek Schlawack 4c39a185ad Move package into src directory
Prevents accidental imports when running tests.
2015-10-16 15:11:10 +02:00
Hynek Schlawack f0b142382b Add Python 3.5 2015-09-22 10:41:38 +02:00
Hynek Schlawack fcd6e19932 Don't use setup.py test & pytest-cov
Mainly because the former doesn't use pip to install it's dependencies which
makes stuff potentially slow (no wheel caching) and litters the current directory.
2015-07-26 13:06:57 +02:00
Hynek Schlawack d28336c28a Ignore dist dir 2015-02-03 12:40:12 +01:00
Hynek Schlawack 8bb430cf18 Add basic support for zope.interface 2015-01-29 19:04:23 +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 9560908555 Initial commit
Docs aren't there yet
2015-01-27 17:53:17 +01:00