Skip to content
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

New API for specifying wait time #1118

Merged
merged 15 commits into from
Nov 13, 2019
Merged

New API for specifying wait time #1118

merged 15 commits into from
Nov 13, 2019

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    0f3832f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2b0af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d7856 View commit details
    Browse the repository at this point in the history
  4. Add backwards compatibility for wait_function.

    Add deprecation warnings for usage of min_wait, max_wait, or wait_function.
    Updated tests to use new wait API.
    Added tests that tests the old wait API.
    heyman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    870d5d4 View commit details
    Browse the repository at this point in the history
  5. Moved warnings.filterwarnings() call into deprecation module. Removed…

    … warnings.simplefilter(“always”) from tests (should hopefully fix the failing Python 3.7 tests on Travic CI)
    heyman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    75f7f14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c71a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc1d379 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4095119 View commit details
    Browse the repository at this point in the history
  9. Fix broken tests

    heyman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0c3c878 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    132032e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b29483 View commit details
    Browse the repository at this point in the history
  3. Improved error message

    heyman committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    7776ccc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9631ede View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    c323545 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    bb3ae02 View commit details
    Browse the repository at this point in the history