Automated testing: Difference between revisions

Remove misleading comment
imported>MarkTraceur
(Ha! Case sensitivity.)
imported>Paulproteus
(Remove misleading comment)
Line 30:
class TestMultiplication(django.test.TestCase):
def test_return_one(self):
# Make a dictionary that should return 1
self.assertEqual(35,
mysite.base.views.multiply(7, 5))
 
 
=== When a test fails ===
Anonymous user