-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from rfunix/add_checks
Add response checks
- Loading branch information
Showing
6 changed files
with
194 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bloodaxe" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "bloodaxe is the nice way to testing and metrifying api flows." | ||
authors = ["rfunix <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -32,6 +32,7 @@ pytest-httpserver = "*" | |
pytest-asyncio = "*" | ||
asynctest = "*" | ||
pytest-env = "*" | ||
pytest-clarity = "^0.3.0-alpha.0" | ||
|
||
[tool.black] | ||
line-length = 110 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.