Skip to content

Make improvements to the "Deferred Assert" system #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 10, 2021

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Nov 10, 2021

Make improvements to the "Deferred Assert" system

SeleniumBase deferred asserts allow you to make multiple assertions on the same page without failing the test after the first failed assert. Instead, you can choose when to process those assertions by calling: self.process_deferred_asserts().

Also refresh Python dependencies:

  • traitlets version now only has a lower bound, instead of an exact version.
    -- (For Python versions 3.7 and newer. Earlier Python versions still use a pin.)
traitlets==4.3.3;python_version<"3.7"
traitlets>=5.1.1;python_version>="3.7"

@mdmintz mdmintz merged commit 7cb7004 into master Nov 10, 2021
@mdmintz mdmintz deleted the improvements-to-deferred-asserts branch November 10, 2021 18:11
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.

Improvements to the Deferred Assert system
1 participant