We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e6506 + af448f7 commit df334f8Copy full SHA for df334f8
1 file changed
pretext/UnitTesting/TestingWithpytest.ptx
@@ -249,11 +249,6 @@ myTests().main()
249
</input>
250
</program>
251
<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'
257
258
<p>The following is a suggested pytest unit test.</p>
259
<pre>def test_grade():
0 commit comments