Merge pull request #3776 from alysivji/attrs-n-dataclasses

Detailed assert failure introspection for attrs and dataclasses objects
This commit is contained in:
Bruno Oliveira
2018-11-22 21:25:35 -02:00
committed by GitHub
12 changed files with 241 additions and 2 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ commands =
sphinx-build -W -b html . _build
[testenv:doctesting]
basepython = python
basepython = python3
skipsdist = True
deps =
PyYAML