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

25 make unit tests less brittle by dynamically naming mocker patch locations #29

Commits on Aug 31, 2023

  1. Updated al tests to shorthand patching

    All patches using imported 'as' names
    Standardized import usage
      testing framework imports
      empty line
      tested code imports
      empty line,
      supporting code imports
    Removed any unused imports EXCEPT pytest
      pytest was left even if unused
      rationale: we don't want any test updates breaking due to it missing
    asgibson committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ce72ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea070e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf0fea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8f319 View commit details
    Browse the repository at this point in the history