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

linting 7

parent 41270cba
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def cast_division_spell(a, b):
def conjure_magic_circle_area(radius):
return math.pi * radius * radius
# pragma: no cover
if __name__ == "__main__":
print("Welcome to the Wizard's Magic Calculator! 🧙‍♂️✨")
print("Choose your spell:")
......
......@@ -3,5 +3,4 @@ coverage:
image: python:3.11
script:
- pip install pytest pytest-cov
- pytest --cov=case-2-test --cov-report=term-missing
- pytest ./case-2-test/ --cov=case-2-test --cov-report=term --cov-fail-under=95
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment