mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +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
|
||||
|
||||
class Basic(unittest.TestCase):
|
||||
def testLoadable(self):
|
||||
def test_loadable(self):
|
||||
q = queen.Queen()
|
||||
q.startService()
|
||||
return q.stopService()
|
||||
|
Loading…
x
Reference in New Issue
Block a user