Skip to content

Commit 930de82

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 83c3ded commit 930de82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/test_my_practice.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
from __future__ import annotations
2+
13
import pytest
24

5+
36
def test_basic_math():
47
assert 1 + 1 == 2
58

9+
610
def test_pytest_raises():
711
with pytest.raises(ZeroDivisionError):
812
1 / 0

0 commit comments

Comments
 (0)