This commit is contained in:
Shreya 2021-01-14 18:27:49 +05:30
parent ca460b7348
commit 4a5d535327
1 changed files with 0 additions and 24 deletions

View File

@ -73,30 +73,6 @@ EXAMPLE_EXCEPTIONS_WITH_EXPECTED_RESULTS =\
]
}
# EXPECTED_RESULTS =\
# [
# [RESULT_STRINGS['ssl_not_conf'],
# RESULT_STRINGS['all_non_ssl']], # SSL not configured, all non-SSL allowed
# [RESULT_STRINGS['ssl_not_conf'],
# RESULT_STRINGS['selected_non_ssl']], # SSL not configured, selected non-SSL allowed
# [RESULT_STRINGS['ssl_conf'],
# RESULT_STRINGS['all_ssl'],
# RESULT_STRINGS['all_non_ssl']], # all SSL allowed, all non-SSL allowed
# [RESULT_STRINGS['ssl_conf'],
# RESULT_STRINGS['all_ssl'],
# RESULT_STRINGS['selected_non_ssl']], # all SSL allowed, selected non-SSL allowed
# [RESULT_STRINGS['ssl_conf'],
# RESULT_STRINGS['selected_ssl'],
# RESULT_STRINGS['all_non_ssl']], # selected SSL allowed, all non-SSL allowed
# [RESULT_STRINGS['ssl_conf'],
# RESULT_STRINGS['only_selected']] # selected SSL allowed, selected non-SSL allowed
# ] # don't change order!
class TestPostgreSQLFinger(TestCase):
def test_is_relevant_exception(self):