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

Provide information to Suite about other discovered Suites #2306

Closed
wants to merge 3 commits into from

Commits on Feb 15, 2024

  1. Provide information to Suite about other discovered Suites

    Provide a handle to instantiate other suites in `RunningSuite` (Suites will be instantiated at most once)
    neko-kai committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a401fa1 View commit details
    Browse the repository at this point in the history
  2. Fix Scala.js and Scala Native SlaveRunners losing info about other …

    …running suites
    
    Support non-singleton semantics in RunningSuite.lazyHandle if running on Scala.js/Native worker where singletons are impossible
    
    Add RunningSuitesSpec
    neko-kai committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7a981d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5968375 View commit details
    Browse the repository at this point in the history