mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
test_system: rename Checker to ImmutableChecker, to make room for a mutable one
This commit is contained in:
parent
67e7333955
commit
5c0bfd7681
@ -1693,7 +1693,7 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
|
||||
return d
|
||||
|
||||
|
||||
class Checker(ShareManglingMixin, unittest.TestCase):
|
||||
class ImmutableChecker(ShareManglingMixin, unittest.TestCase):
|
||||
def setUp(self):
|
||||
# Set self.basedir to a temp dir which has the name of the current test method in its
|
||||
# name.
|
||||
|
Loading…
x
Reference in New Issue
Block a user