Skip to content

Commit

Permalink
Add pytest-md-report
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 9, 2020
1 parent 8c4eac0 commit 84d413e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Expand Up @@ -47,3 +47,8 @@ skip_glob = [
'*/.pytype/*',
'*/.tox/*',
]

[tool.pytest.ini_options]
md_report = true
md_report_verbose = 0
md_report_color = "auto"
1 change: 1 addition & 0 deletions requirements/test_requirements.txt
@@ -1 +1,2 @@
pytest
pytest-md-report>=0.0.11

0 comments on commit 84d413e

Please sign in to comment.