tahoe-lafs/allmydata/test/test_queen.py

11 lines
208 B
Python
Raw Normal View History

2006-11-30 23:23:01 +00:00
from twisted.trial import unittest
from allmydata import queen
class Basic(unittest.TestCase):
def testLoadable(self):
q = queen.Queen()
q.startService()
return q.stopService()