Skip to content

Fix try-except-else in test_updater.py - #843

Merged
awwad merged 1 commit into
developfrom
fix_try_except_else_in_tests
Mar 28, 2019
Merged

Fix try-except-else in test_updater.py#843
awwad merged 1 commit into
developfrom
fix_try_except_else_in_tests

Conversation

@awwad

Copy link
Copy Markdown
Contributor

There were some silly holes in the try-except clauses in some tests expecting NoWorkingMirrorError, and some other errors. The cases would have passed if no errors were raised.... This patches those holes in logic.

Merge #842 first. That included two of these.....

syntax/understanding.
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
@awwad
awwadforce-pushed the fix_try_except_else_in_tests branch from 709c635 to 2c1ca1eCompareMarch 28, 2019 23:04
@awwad

Copy link
Copy Markdown
ContributorAuthor

Rebased after merge of #842.

@awwad
awwad merged commit 2c1ca1e into developMar 28, 2019
@awwad
awwad deleted the fix_try_except_else_in_tests branch April 1, 2019 20:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@awwad