Skip to content

Commit 3be920c

Browse files
committed
fixed issue
1 parent 7fe4eec commit 3be920c

File tree

1 file changed

+2
-7
lines changed
  • exercises/09.1-For_loop_min_value

1 file changed

+2
-7
lines changed

exercises/09.1-For_loop_min_value/test.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
import io
2-
import os
3-
import sys
4-
sys.stdout = buffer = io.StringIO()
5-
6-
import app
7-
import pytest
1+
import io, sys, os, pytest, re
2+
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
83

94
@pytest.mark.it("Print the minimum value from the list")
105
def test_min():

0 commit comments

Comments
 (0)