mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-11 13:35:24 +00:00
fix test cases to not use camelCase
This commit is contained in:
parent
b1be43da3d
commit
9b7fe88b98
@ -4,7 +4,7 @@ from twisted.trial import unittest
|
|||||||
from allmydata import queen
|
from allmydata import queen
|
||||||
|
|
||||||
class Basic(unittest.TestCase):
|
class Basic(unittest.TestCase):
|
||||||
def testLoadable(self):
|
def test_loadable(self):
|
||||||
q = queen.Queen()
|
q = queen.Queen()
|
||||||
q.startService()
|
q.startService()
|
||||||
return q.stopService()
|
return q.stopService()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user