Skip to content

Commit

Permalink
added tests for persistence to firestore run
Browse files Browse the repository at this point in the history
  • Loading branch information
rayattack committed Aug 5, 2019
1 parent 029fca4 commit 8f8ac77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Empty file added tests/db/__init__.py
Empty file.
15 changes: 15 additions & 0 deletions tests/db/connection_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from unittest import TestCase

from firestore import Connection


class TestConnection(TestCase):

def setUp(self):
pass

def tearDown(self):
pass

def test_firebase_connection(self):
pass

0 comments on commit 8f8ac77

Please sign in to comment.