1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 06:01:03 +00:00

tests: Remove unused function

This commit is contained in:
2015-10-09 09:37:54 +03:00
parent 6dec1eebd9
commit 244919ba92

View File

@@ -6,14 +6,6 @@ from certidude.cli import entry_point as cli
runner = CliRunner()
def user_check(name='certidude'):
try:
pwd.getpwnam(name)
return False
except KeyError:
pass
return True
def test_cli_setup_authority():
# Authority setup
# TODO: parent, common-name, country, state, locality