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.
1 parent 1aa8a5b commit f17bb2aCopy full SHA for f17bb2a
sampleunittests.py
@@ -5,7 +5,7 @@
5
from mock import patch
6
7
8
-# Test Function and Classes
+# Test Functions and Classes
9
def _mock_test_func(value):
10
return value + 2
11
@@ -36,7 +36,7 @@ def setUp(self):
36
37
# Not used in this example
38
# def tearDown(self):
39
- # """ Common Setup For All Tests - Runs after each test """
+ # """ Common Tear Down For All Tests - Runs after each test """
40
41
def test_basic_asserts(self):
42
""" Demonstrates how to use basic asserts """
0 commit comments