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

get PYTEST_ADDOPTS before calling _initini #2824

Merged
merged 4 commits into from
Oct 18, 2017
Merged

get PYTEST_ADDOPTS before calling _initini #2824

merged 4 commits into from
Oct 18, 2017

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    66e9a79 View commit details
    Browse the repository at this point in the history
  2. add changelog file for #2824

    dirk-thomas committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ed7aa07 View commit details
    Browse the repository at this point in the history
  3. add test for #2824

    dirk-thomas committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ce8c829 View commit details
    Browse the repository at this point in the history
  4. Use a relative cache_dir in test because of how arguments are parsed …

    …on Windows
    
    We use shlex to parse command-line arguments and PYTEST_ADDOPTS, so passing
    a full path with '\' arguments produces incorrect results on Windows
    
    Anyway users are advised to use relative paths for portability
    nicoddemus committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    10a3b91 View commit details
    Browse the repository at this point in the history