Skip to content

Resetting GLOBAL_VAR to the initial state - #12

Open
sturmianseq wants to merge 1 commit into
seanpar203:masterfrom
sturmianseq:fix
Open

Resetting GLOBAL_VAR to the initial state#12
sturmianseq wants to merge 1 commit into
seanpar203:masterfrom
sturmianseq:fix

Conversation

@sturmianseq

Copy link
Copy Markdown

This PR aims to improve test reliability of test_event_emit by resetting GLOBAL_VAR to the Init state.

The test would fail in the following way if GLOBAL_VAR is not reset to Init:

>       assert GLOBAL_VAR == 'Init'
E       AssertionError: assert 'Finished' == 'Init'

test_event_emit.py:31: AssertionError

Sign up for free to 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