D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3
/
dist-packages
/
twisted
/
trial
/
test
/
Filename :
moduleself.py
back
Copy
# -*- test-case-name: twisted.trial.test.moduleself -*- from twisted.trial import unittest class Foo(unittest.SynchronousTestCase): def testFoo(self): pass