Skip to content

Commit f17bb2a

Browse files
committed
English.
1 parent 1aa8a5b commit f17bb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sampleunittests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from mock import patch
66

77

8-
# Test Function and Classes
8+
# Test Functions and Classes
99
def _mock_test_func(value):
1010
return value + 2
1111

@@ -36,7 +36,7 @@ def setUp(self):
3636

3737
# Not used in this example
3838
# def tearDown(self):
39-
# """ Common Setup For All Tests - Runs after each test """
39+
# """ Common Tear Down For All Tests - Runs after each test """
4040

4141
def test_basic_asserts(self):
4242
""" Demonstrates how to use basic asserts """

0 commit comments

Comments
 (0)