HOME
FAQ
DOCS
DOWNLOAD
Search:
Login
Preferences
Forgot your password?
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #5774
Ticket #5774
: second_test_module.py
File second_test_module.py,
291 bytes
(added by cyli,
10 months
ago)
Line
1
from
twisted.trial
import
unittest
2
3
class
TestCaseOne
(
unittest
.
TestCase
):
4
def
test_first_test
(
self
):
5
pass
6
def
test_second_test
(
self
):
7
pass
8
9
class
TestCaseTwo
(
unittest
.
TestCase
):
10
def
test_first_test
(
self
):
11
pass
12
def
test_second_test
(
self
):
13
pass
Download in other formats:
Original Format