mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	tests: Simplify 'ca-output directory exists' test
This commit is contained in:
		| @@ -44,8 +44,7 @@ def test_cli_setup_authority_invalid_name(): | ||||
|  | ||||
| def test_cli_setup_authority_overwrite(): | ||||
|     with runner.isolated_filesystem(): | ||||
|         result = runner.invoke(cli, ['setup', 'authority', 'foo']) | ||||
|         assert not result.exception | ||||
|         os.mkdir('foo') | ||||
|  | ||||
|         result = runner.invoke(cli, ['setup', 'authority', 'foo']) | ||||
|         assert result.exception | ||||
|   | ||||
		Reference in New Issue
	
	Block a user