feat(testing): init pytest fixtures
current_test fixture allows to retrieve the current test context, that is exposed through the shell environment
This commit is contained in:
parent
c579ddd022
commit
644beb8696
6 changed files with 51 additions and 2 deletions
1
Pipfile
1
Pipfile
|
|
@ -17,3 +17,4 @@ python_version = "3.11"
|
|||
"build" = "python3 -m build"
|
||||
"test-static" = "tox run -m static"
|
||||
"test-unit" = "tox run -m unit"
|
||||
"test-integration" = "tox run -m integration"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue