File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
SLEEP = 0.5
7
7
8
+
8
9
# Complex Parts
9
10
class TC1 :
10
11
def run (self ):
@@ -68,16 +69,16 @@ def runAll(self):
68
69
# Running test
69
70
# Tearing down
70
71
# Test Finished
71
- #
72
+ #
72
73
# ###### In Test 2 ######
73
74
# Setting up
74
75
# Running test
75
76
# Tearing down
76
77
# Test Finished
77
- #
78
+ #
78
79
# ###### In Test 3 ######
79
80
# Setting up
80
81
# Running test
81
82
# Tearing down
82
83
# Test Finished
83
- #
84
+ #
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ def DoStuff(self):
91
91
n .DoStuff ()
92
92
except :
93
93
print ('-> doing stuff failed!' )
94
- import sys , traceback
94
+ import sys
95
+ import traceback
95
96
traceback .print_exc (file = sys .stdout )
96
97
pass
97
98
print (n )
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
4
- '''
4
+ """
5
5
Reference: http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808
6
6
Author: https://github.com/HanWenfang
7
- '''
7
+ """
8
8
9
9
10
10
class Provider :
You can’t perform that action at this time.
0 commit comments