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

Move the remaining tests into a test package #2396

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 18, 2024

  1. Move the remaining tests into a test package

    This work has been extracted from testcontainers#2202 and is related to testcontainers#2180. See the original PR for the full context and reasoning. This PR in particular moves all the simpler tests in one go, or adds a comment to any remaining tests that would not make sense to move (or could not be moved without exposing a lot of variables).
    
    This will help with the documentation, since all examples will now have the module prefixes.
    Minivera committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    23e6936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df28c58 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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