tahoe-lafs/allmydata/test/test_queen.py

11 lines
209 B
Python
Raw Normal View History

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