tahoe-lafs/allmydata/test/test_client.py
2006-11-30 17:13:40 -07:00

12 lines
214 B
Python

from twisted.trial import unittest
from allmydata import client
class Basic(unittest.TestCase):
def testLoadable(self):
c = client.Client("")
c.startService()
return c.stopService()