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 implementation tests: apply black and isort automatic linting fixes #1658

Merged
merged 3 commits into from
Nov 4, 2021

Commits on Nov 2, 2021

  1. Apply black on the tests of the new code

    All of the changes included are a result of applying black
    on our tests on the new code.
    
    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c98b429 View commit details
    Browse the repository at this point in the history
  2. Apply isort on the tests of the new code

    All of the changes included are a result of applying isort
    on our tests on the new code.
    
    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2e9ef79 View commit details
    Browse the repository at this point in the history
  3. Rename & simplify a couple of tests in test_api.py

    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6fe36a0 View commit details
    Browse the repository at this point in the history