Add dataclasses-json

This commit is contained in:
Sumner Evans
2020-04-19 23:44:40 -06:00
parent 6bda8eeca4
commit dc19098aeb
3 changed files with 52 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ split_before_first_argument = true
[tool:pytest]
python_files = tests/**/*.py tests/*.py
python_functions = test_* *_test
log_cli_level = 10
addopts =
-vvv
--doctest-modules