Skip to content

Commit 217bd85

Browse files
committed
Improves naming
1 parent 7e436ec commit 217bd85

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from dicomtrolley.mint import Mint, MintStudy, parse_mint_studies_response
55
from dicomtrolley.wado import Wado
6-
from tests.mockresponses import (
6+
from tests.mock_responses import (
77
LOGIN_DENIED,
88
LOGIN_SUCCESS,
99
MINT_SEARCH_INSTANCE_LEVEL,

tests/test_https.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from dicomtrolley.exceptions import DICOMTrolleyException
44
from dicomtrolley.https import VitreaConnectionLogin, log_in_to
5-
from tests.mockresponses import MockUrls
5+
from tests.mock_responses import MockUrls
66

77

88
@pytest.fixture

tests/test_mint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313
from dicomtrolley.query import Query, QueryLevels
1414
from tests.conftest import set_mock_response
15-
from tests.mockresponses import MINT_SEARCH_STUDY_LEVEL_ERROR_500
15+
from tests.mock_responses import MINT_SEARCH_STUDY_LEVEL_ERROR_500
1616

1717

1818
def test_search_study_level(a_mint, mock_mint_responses):

tests/test_wado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from dicomtrolley.exceptions import DICOMTrolleyException
44
from tests.conftest import set_mock_response
5-
from tests.mockresponses import (
5+
from tests.mock_responses import (
66
MockWadoParameters,
77
WADO_RESPONSE_DICOM,
88
WADO_RESPONSE_INVALID_DICOM,

0 commit comments

Comments
 (0)