Skip to content

Commit 1424958

Browse files
committed
Merge isolated-functional-tests-1010392-2 (rwall)
2 parents 3476413 + 575f3fc commit 1424958

30 files changed

Lines changed: 334 additions & 177 deletions

twistedchecker/core/runner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# -*- test-case-name: twistedchecker.test.test_runner -*-
2+
# Copyright (c) Twisted Matrix Laboratories.
3+
# See LICENSE for details.
4+
25
import sys
36
import os
47
import StringIO

twistedchecker/functionaltests/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# -*- test-case-name: twistedchecker.test.test_functionaltests -*-
2+
# Copyright (c) Twisted Matrix Laboratories.
3+
# See LICENSE for details.
4+
15
"""
26
Input test files of TwistedChecker.
37
"""
4-
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
19: C0103
2-
18: C0103
3-
16: C0103
4-
17: C0103
1+
19:C0103
2+
18:C0103
3+
16:C0103
4+
17:C0103
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
11: W9012
2-
15: W9013
3-
28: W9013
4-
40: W9016
5-
45: W9015
1+
11:W9012
2+
15:W9013
3+
28:W9013
4+
40:W9016
5+
45:W9015
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
3: C0103
2-
10: C0103
3-
17: C0103
1+
3:C0103
2+
10:C0103
3+
17:C0103
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1: W9402
2-
3: W9401
3-
5: W9401
4-
7: W9402
1+
1:W9402
2+
3:W9401
3+
5:W9401
4+
7:W9402
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1: W9001
1+
1:W9001
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1: W9001
1+
1:W9001
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1: W9001
1+
1:W9001

twistedchecker/functionaltests/docstring_fail.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
87:W9203
1919
95:W9208
2020
100:W9209
21-
108:W9208
21+
108:W9208

0 commit comments

Comments
 (0)