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

Delay engine and book downloads until needed for a test #1035

Commits on Oct 11, 2024

  1. Delay downloading engines until needed

    Also,
    
    - Since the Sjeng site seems unreliable recently, skip the test if the
    download fails.
    - Use a local logger instead of the one from lichess_bot.
    MarkZH committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    623f15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7c78c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    852f077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0fb75 View commit details
    Browse the repository at this point in the history
  3. Spacing

    MarkZH committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fa03918 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Skip tests that can't be run

    MarkZH committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    50f55f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1acd4 View commit details
    Browse the repository at this point in the history
  3. Download stockfish in test_homemade()

    In case the tests are run in a different order.
    MarkZH committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    61e72d3 View commit details
    Browse the repository at this point in the history
  4. Download stockfish in lichess_org_simulator()

    Since stockfish is used as the opponent in all engine tests, make sure
    it exists in case the tests are run in a different order.
    MarkZH committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cc54535 View commit details
    Browse the repository at this point in the history