fix test cases to not use camelCase

This commit is contained in:
Brian Warner 2006-11-30 20:20:00 -07:00
parent b1be43da3d
commit 9b7fe88b98

View File

@ -4,7 +4,7 @@ from twisted.trial import unittest
from allmydata import queen
class Basic(unittest.TestCase):
def testLoadable(self):
def test_loadable(self):
q = queen.Queen()
q.startService()
return q.stopService()