Skip to content
Snippets Groups Projects
Commit e01b7ff4 authored by wep23441's avatar wep23441
Browse files

testing case 3

parent 17fdb810
Branches
No related tags found
No related merge requests found
File moved
......@@ -3,4 +3,4 @@ coverage:
image: python:3.11
script:
- pip install pytest pytest-cov
- pytest ./case-2-test/ --cov=case-1-testing --cov-report=term --cov-fail-under=95
- pytest ./case-2-test/ --cov=case-2-test --cov-report=term --cov-fail-under=95
......@@ -3,5 +3,5 @@ unit_test:
image: python:3.11
script:
- pip install -r ./case-2-test/requirements.txt
- pytest ./case-2-test/test_functions.py
- pytest ./case-2-test/test_wizard_calculator.py
allow_failure: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment