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
3
Makefile
3
Makefile
|
|
@ -21,6 +21,9 @@ test-reports: test-reports/unit test-reports/static
|
|||
test-reports/unit:
|
||||
python3 -m pipenv run -v test-unit
|
||||
|
||||
test-reports/integration:
|
||||
python3 -m pipenv run -v test-integration
|
||||
|
||||
test-reports/static:
|
||||
python3 -m pipenv run -v test-static
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue