Skip to content

Commit

Permalink
Rename test file to align with moved functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt committed Oct 16, 2019
1 parent 2a56ef0 commit 42ad7a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/unit/test_networking_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

import pip._internal.network.auth
from pip._internal.network.auth import MultiDomainBasicAuth
from tests.unit.test_download import MockConnection, MockRequest, MockResponse
from tests.unit.test_operations_prepare import (
MockConnection,
MockRequest,
MockResponse,
)


@pytest.mark.parametrize(["input_url", "url", "username", "password"], [
Expand Down
File renamed without changes.

0 comments on commit 42ad7a1

Please sign in to comment.