tahoe-lafs/allmydata/test/test_client.py
2006-11-30 16:23:01 -07:00

12 lines
224 B
Python

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()