-
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.
- Loading branch information
1 parent
446d3ac
commit f62e80d
Showing
5 changed files
with
2,377 additions
and
1,451 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 |
---|---|---|
|
@@ -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( | ||
|
Oops, something went wrong.