tahoe-lafs/allmydata/test/test_client.py

12 lines
224 B
Python
Raw Normal View History

2006-11-30 23:23:01 +00:00
from twisted.trial import unittest
from allmydata import client
class Basic(unittest.TestCase):
def testLoadable(self):
c = client.Client("yumyum", "")
c.startService()
return c.stopService()