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

New pytester fixture #7854

Merged
merged 8 commits into from
Oct 12, 2020
Merged

Commits on Oct 10, 2020

  1. New pytester fixture

    New pytester fixture with same functionality as testdir, but dealing
    with pathlib.Path objects.
    
    Also:
    
    * Change Testdir to be a thin wrapper which only delegates to PyTester.
    * Convert test_doctest to use test_path and tmp_path.
    * Removed some str() calls now unnecessary given py35 support has been dropped.
    * Use test_path in test_no_brokenpipeerror_message: it uses a private method
      which I don't think we should expose in Testdir for now.
    nicoddemus committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    432916a View commit details
    Browse the repository at this point in the history
  2. Code review improvements

    nicoddemus committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    a8b07ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a15d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57cb83e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eef01b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f66fd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. New type annotations

    nicoddemus committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ecf523c View commit details
    Browse the repository at this point in the history
  2. Fix small typos

    nicoddemus committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    d2b576c View commit details
    Browse the repository at this point in the history