From 244919ba9250ebcf0b3d42d1abe9f51d4be3a934 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 9 Oct 2015 09:37:54 +0300 Subject: [PATCH] tests: Remove unused function --- tests/test_cli.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 23d3be9..93fef10 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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