add sentry client

This commit is contained in:
Jens Langhammer
2019-03-12 17:18:08 +01:00
parent 01b0eb159a
commit 3626fa4b98
25 changed files with 622 additions and 2 deletions

View File

@ -0,0 +1,6 @@
from sentry.testutils import TestCase
class GitHubOAuth2ProviderTest(TestCase):
def test_simple(self):
pass