Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 14, 2021
1 parent 750b02e commit b831782
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ exclude_lines = [
'abstractclassmethod',
'warnings.warn',
]

[tool.pytest.ini_options]
testpaths = [
"test",
]

md_report = true
md_report_verbose = 0
md_report_color = "auto"

discord_verbose = 1
2 changes: 2 additions & 0 deletions requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pytest>=6.0.1
pytest-discord>=0.0.6
pytest-md-report>=0.0.12
tcolorpy

0 comments on commit b831782

Please sign in to comment.