Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Getting to 100% line coverage in tests. #431

Merged
merged 1 commit into from
Feb 22, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 21, 2016

No description provided.

@@ -357,17 +347,16 @@ def test_save_to_well_known_file_service_account(self):
self.assertEqual('ABCDEF', d['private_key_id'])
os.remove(temp_credential_file)

def test_save_well_known_file_with_non_existent_config_dir(self):
@mock.patch('os.path.isdir', return_value=False)
def test_save_well_known_file_with_non_existent_config_dir(self,

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

nathanielmanistaatgoogle added a commit that referenced this pull request Feb 22, 2016
@nathanielmanistaatgoogle nathanielmanistaatgoogle merged commit 9f89019 into googleapis:master Feb 22, 2016
@dhermes dhermes deleted the test-cover-100 branch February 22, 2016 21:01
@dhermes dhermes mentioned this pull request Mar 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants