renamed the test class to be more specific about the sut

This commit is contained in:
FemtosecondLaser 2021-10-21 00:31:02 +01:00
parent 9c5f5aefb0
commit 837f91d830

View file

@ -206,7 +206,7 @@ class DaemonDocsTests(TestCase):
self.fail("\n" + "\n".join(failures))
class DirectoryTests(FakeFSTestCase):
class EnsureDirectoryExistsTests(FakeFSTestCase):
def setUp(self):
self.setUpPyfakefs()