Tests! And code formatting.

This commit is contained in:
2021-10-22 13:44:56 -07:00
parent 8da5f81f5e
commit 41bedb182b
7 changed files with 129 additions and 37 deletions

20
setup.cfg Normal file
View File

@@ -0,0 +1,20 @@
[metadata]
description_file=README.md
[tool:pytest]
testpaths = tests
addopts = --cov-report term-missing:skip-covered --cov=novel_stats
filterwarnings =
ignore:Coverage disabled.*:pytest.PytestWarning
[flake8]
ignore = E203,E501,W503
exclude = *.*/*
[tool:isort]
force_single_line = False
include_trailing_comma = True
known_first_party = novel_stats
line_length = 100
multi_line_output = 3
skip = .tox