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 committed by Victor Shyba
parent 6c10509705
commit e55f9dd21e

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()