-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Javan lacerda <[email protected]>
- Loading branch information
1 parent
662fb87
commit a878a8a
Showing
4 changed files
with
20 additions
and
0 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
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 |
---|---|---|
|
@@ -33,6 +33,12 @@ def test_publisher_name(self): | |
|
||
assert publisher.publisher_name == "Google" | ||
|
||
|
||
def test_publisher_base_url(self): | ||
publisher = google.GooglePublisher(email="[email protected]") | ||
|
||
assert publisher.publisher_base_url is None | ||
|
||
def test_publisher_url(self): | ||
publisher = google.GooglePublisher(email="[email protected]") | ||
|
||
|