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

Add test helpers, rewrite integration tests #100

Merged
merged 9 commits into from
May 25, 2021

Commits on Nov 29, 2020

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

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    e624d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217031e View commit details
    Browse the repository at this point in the history
  3. Fix linting and tests

    Kyle-Verhoog committed May 21, 2021
    Configuration menu
    Copy the full SHA
    0ad947d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f322ec5 View commit details
    Browse the repository at this point in the history
  5. Add tmp_run fixture

    Reduces the boilerplate of having to specify cwd every time when
    commands are 99% of the time run in the tmp_path.
    Kyle-Verhoog committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7b2bb88 View commit details
    Browse the repository at this point in the history
  6. Add typing for tmp_run

    Kyle-Verhoog committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e692372 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Use typing_extensions for Protocol

    Protocol was only introduced in Python 3.8. typing_extensions makes
    it available for older Pythons.
    Kyle-Verhoog committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f723e9c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Remove unused fixtures

    Co-authored-by: Brett Langdon <me@brett.is>
    Kyle-Verhoog and brettlangdon committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8e5de95 View commit details
    Browse the repository at this point in the history