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

Updated get_books #122

Merged
merged 4 commits into from
Sep 27, 2024
Merged

Updated get_books #122

merged 4 commits into from
Sep 27, 2024

Commits on Sep 25, 2024

  1. Updated get_books

    get_books now accepts ";" as a delimeter and allows for book ranges, just as get_chapters does.
    TaperChipmunk32 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    80c2c94 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Updated test_parse.py for get_books changes

    -Now tests for book ranges
    -Now tests for ValueErrors instead of RuntimeErrors with an incorrect input
    TaperChipmunk32 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7e9fde1 View commit details
    Browse the repository at this point in the history
  2. Updated parse.py

    -Renamed update_selection to _update_selection since it is "private"
    -Simplified _update_selection
    TaperChipmunk32 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5f29642 View commit details
    Browse the repository at this point in the history