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

Introduce Config.invocation_params #5564

Merged
merged 4 commits into from
Jul 10, 2019

Commits on Jul 5, 2019

  1. Introduce Config.invocation_args and Config.invocation_plugins

    These attributes can be used to access the unchanged arguments passed
    to pytest.main().
    
    The intention is to use these attributes to initialize workers in
    the same manner as the master node is initialized in pytest-xdist.
    nicoddemus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3e669a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    6a9bf28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cda709 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    nicoddemus committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    7a82285 View commit details
    Browse the repository at this point in the history