forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tended to the requestion in issue googleapis#14 where the desired fun…
…ctinality was to be able to send groups to event and message to set or add them as recipients or contacts. This should now work.
- Loading branch information
Narcolapser
committed
Oct 23, 2015
1 parent
1b46e80
commit dfde536
Showing
4 changed files
with
42 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
echo "python test_attachment.py" | ||
python test_attachment.py | ||
echo "python test_cal.py" | ||
python test_cal.py | ||
echo "python test_event.py" | ||
python test_event.py | ||
echo "python test_inbox.py" | ||
python test_inbox.py | ||
echo "python test_message.py" | ||
python test_message.py | ||
echo "python test_schedule.py" | ||
python test_schedule.py | ||
echo "python test_group.py" | ||
python test_group.py | ||
echo "python test_contact.py" | ||
python test_contact.py | ||
|
||
echo "all tests done." |
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,10 +1,18 @@ | ||
echo "python3 test_attachment.py" | ||
python3 test_attachment.py | ||
echo "python3 test_cal.py" | ||
python3 test_cal.py | ||
echo "python3 test_event.py" | ||
python3 test_event.py | ||
echo "python3 test_inbox.py" | ||
python3 test_inbox.py | ||
echo "python3 test_message.py" | ||
python3 test_message.py | ||
echo "python3 test_schedule.py" | ||
python3 test_schedule.py | ||
echo "python3 test_group.py" | ||
python3 test_group.py | ||
echo "python3 test_contact.py" | ||
python3 test_contact.py | ||
|
||
echo "all tests done." |