diff --git a/pretext/UnitTesting/TestingWithpytest.ptx b/pretext/UnitTesting/TestingWithpytest.ptx index 8162558c3..89fcd82f8 100644 --- a/pretext/UnitTesting/TestingWithpytest.ptx +++ b/pretext/UnitTesting/TestingWithpytest.ptx @@ -249,11 +249,6 @@ myTests().main() - The following is a suggested pytest unit test. - def test_grade(): - assert grade(92) == 'A' - assert grade(85) == 'B' - assert grade(69) == 'F'

The following is a suggested pytest unit test.

def test_grade():