mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Naming
This commit is contained in:
parent
f804fe3836
commit
907c688337
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ from certbot.compat import filesystem
|
|||
from certbot.tests.util import TempDirTestCase
|
||||
|
||||
|
||||
class SecurityTest(TempDirTestCase):
|
||||
"""Unit tests for security module."""
|
||||
class FilesystemTest(TempDirTestCase):
|
||||
"""Unit tests for filesystem module."""
|
||||
def test_check_modes(self):
|
||||
probe = os.path.join(self.tempdir, 'probe')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue