Skip to content

Commit

Permalink
Add pytest-md-report as a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 18, 2020
1 parent 99cff57 commit 23cbd27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ exclude_lines = [
testpaths = [
"test",
]

md_report = true
md_report_verbose = 0
md_report_color = "auto"
1 change: 1 addition & 0 deletions requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Faker>=4.0.3
pytablewriter>=0.46
pytest>=6.0.1
pytest-md-report>=0.1

0 comments on commit 23cbd27

Please sign in to comment.