From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/validators/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validators') diff --git a/tests/validators/tests.py b/tests/validators/tests.py index 88273eaae1..2475131d28 100644 --- a/tests/validators/tests.py +++ b/tests/validators/tests.py @@ -349,7 +349,7 @@ for validator, value, expected in TEST_DATA: class TestValidatorEquality(TestCase): """ - Tests that validators have valid equality operators (#21638) + Validators have valid equality operators (#21638) """ def test_regex_equality(self): -- cgit v1.3