Skip to content

Commit

Permalink
Moved pytest out of setup.cfg into pytest.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Giffard committed Mar 16, 2018
1 parent 63a6a5c commit 78f0987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]
log_format = [%(levelname)-7s] %(asctime)-15s %(filename)20s:%(lineno)-4d >> %(message)s
log_level = DEBUG
addopts =
--cov=jam --cov-report html
--flake8
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[tool:pytest]
log_format = [%(levelname)-7s] %(asctime)-15s %(filename)20s:%(lineno)-4d >> %(message)s
log_level = DEBUG
addopts =
--cov=jam --cov-report html
--flake8

[coverage:run]
branch = True

Expand Down

0 comments on commit 78f0987

Please sign in to comment.