Added a test verifying that the SimpleBuzzWrapper can post as an authorised user. Added a property file in oacurl format for the test account. Changed wrapper to use user_ids rather than full email addresses
diff --git a/functional_tests/test_services.py b/functional_tests/test_services.py
index ecb8713..17ee601 100644
--- a/functional_tests/test_services.py
+++ b/functional_tests/test_services.py
@@ -5,15 +5,13 @@
"""Discovery document tests
Functional tests that verify we can retrieve data from existing services.
-
-These tests are read-only in order to ensure they're repeatable. They also
-only work with publicly visible data in order to avoid dealing with OAuth.
"""
-import httplib2
-import pprint
__author__ = 'ade@google.com (Ade Oshineye)'
+import httplib2
+import pprint
+
from apiclient.discovery import build
import httplib2
import logging