Skip to content

Commit

Permalink
Merge pull request #230 from campbelle2/issue-#225
Browse files Browse the repository at this point in the history
removed repeated solution to active code problem section 20.7
  • Loading branch information
bnmnetp authored Jul 5, 2022
2 parents 48e6506 + af448f7 commit df334f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pretext/UnitTesting/TestingWithpytest.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ myTests().main()
</input>
</program>
<solution>
The following is a suggested pytest unit test.
def test_grade():
assert grade(92) == 'A'
assert grade(85) == 'B'
assert grade(69) == 'F'

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

0 comments on commit df334f8

Please sign in to comment.