Skip to content

Commit

Permalink
#150: Add pytest plugin to improve assertion diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Nov 25, 2020
1 parent 03c7c8f commit 9edd0e9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
41 changes: 40 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pep8-naming = "^0.11.1"
pytest = "^6.1.2"
coverage = {extras = ["toml"], version = "^5.3"}
pytest-cov = "^2.10.1"
pytest-icdiff = "^0.5"

[tool.poetry.scripts]
datagateway-api = "datagateway_api.src.main:run_api"
Expand Down

0 comments on commit 9edd0e9

Please sign in to comment.