Add some tests to make sure our docker API is properly respecting auth.

This commit is contained in:
yackob03 2013-11-07 17:10:57 -05:00
parent 05ccd4e793
commit 8a738c2bf9
5 changed files with 278 additions and 15 deletions

View file

@ -1,5 +1,5 @@
class FakeMixpanel(object):
def send(self, endpoint, json_message):
def track(*args, **kwargs):
pass
def init_app(app):