Skip to content

Commit af448f7

Browse files
committed
removed repeated solution to active code problem section 20.7
1 parent 41bd1ea commit af448f7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pretext/UnitTesting/TestingWithpytest.ptx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@ myTests().main()
249249
</input>
250250
</program>
251251
<solution>
252-
The following is a suggested pytest unit test.
253-
def test_grade():
254-
assert grade(92) == 'A'
255-
assert grade(85) == 'B'
256-
assert grade(69) == 'F'
257252

258253
<p>The following is a suggested pytest unit test.</p>
259254
<pre>def test_grade():

0 commit comments

Comments
 (0)