mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	tests: Remove unused function
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user