-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from cuenca-mx/dhl-tracking
Optional download
- Loading branch information
Showing
7 changed files
with
4,990 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.0.3' # pragma: no cover | ||
__version__ = '0.0.4' # pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copy this to your .env file | ||
|
||
DHLMEX_USERNAME=[email protected] | ||
DHLMEX_USERNAME=username | ||
DHLMEX_PASSWORD=password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,21 @@ def invalid_postal_code() -> Destination: | |
) | ||
|
||
|
||
@pytest.fixture | ||
def fake_destination() -> Destination: | ||
return Destination( | ||
company='GUADALUPE IVONNE SANTILLANES SANTILLANES', | ||
contact='GUADALUPE IVONNE SANTILLANES SANTILLANES', | ||
email='[email protected]', | ||
phone='6623262213', | ||
address1='AVENIDA ARCELIA MORAGA 171', | ||
postal_code='83105', | ||
neighborhood='CARIDAD', | ||
city='HERMOSILLO', | ||
state='SON', | ||
) | ||
|
||
|
||
@pytest.fixture | ||
def details() -> OrderDetails: | ||
return OrderDetails( | ||
|
File renamed without changes.
Oops, something went wrong.