work in progress: tests for adding and querying favorites
This commit is contained in:
parent
a65c138949
commit
466044eb77
1 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,11 @@ class TestStorage(common.TestCase):
|
|||
fav = favorites.get(1)
|
||||
self.assertEqual(fav.head['userName'], '102')
|
||||
|
||||
def test_query(self):
|
||||
def test_fav_010_add(self):
|
||||
favs = FavoritesAdapter(self.g.favorites)
|
||||
|
||||
def test_fav_020_query(self):
|
||||
favs = FavoritesAdapter(self.g.favorites)
|
||||
self.assertEqual('a'.upper(), 'A')
|
||||
|
||||
def test_zzz_tearDown(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue