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

Raise TypeError in Livecheck DSL methods, expand tests, improve documentation comments #8253

Merged
merged 3 commits into from
Aug 10, 2020
Merged

Raise TypeError in Livecheck DSL methods, expand tests, improve documentation comments #8253

merged 3 commits into from
Aug 10, 2020

Commits on Aug 7, 2020

  1. Raise TypeError in Livecheck DSL for invalid arg

    We previously added `raise TypeError` logic to the `Livecheck` DSL's
    `#strategy` method. This updates the existing methods to follow suit
    and modifies the tests accordingly.
    samford committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b99e862 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    47d07b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b3518 View commit details
    Browse the repository at this point in the history