Skip to content

Commit df334f8

Browse files
authored
Merge pull request #230 from campbelle2/issue-#225
removed repeated solution to active code problem section 20.7
2 parents 48e6506 + af448f7 commit df334f8

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)