You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: popups: Use fixtures instead of defining custom stream dict.
This commit refactors test functions within TestStreamInfo to use the
general_stream fixture from conftest, instead of defining custom stream
dictionaries inside the test body.
This will be helpful when we add typing in test_popups.py, plus we get
to re-use the defined fixtures which prevents code duplication.
The commit also filters out a few unused parameters in the test functions.
0 commit comments