mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
tests: Remove unused function
This commit is contained in:
parent
6dec1eebd9
commit
244919ba92
@ -6,14 +6,6 @@ from certidude.cli import entry_point as cli
|
|||||||
|
|
||||||
runner = CliRunner()
|
runner = CliRunner()
|
||||||
|
|
||||||
def user_check(name='certidude'):
|
|
||||||
try:
|
|
||||||
pwd.getpwnam(name)
|
|
||||||
return False
|
|
||||||
except KeyError:
|
|
||||||
pass
|
|
||||||
return True
|
|
||||||
|
|
||||||
def test_cli_setup_authority():
|
def test_cli_setup_authority():
|
||||||
# Authority setup
|
# Authority setup
|
||||||
# TODO: parent, common-name, country, state, locality
|
# TODO: parent, common-name, country, state, locality
|
||||||
|
Loading…
Reference in New Issue
Block a user