diff options
Diffstat (limited to 'tests/test_backend.py')
-rw-r--r-- | tests/test_backend.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_backend.py b/tests/test_backend.py index 345c8a95..07a2a906 100644 --- a/tests/test_backend.py +++ b/tests/test_backend.py @@ -53,6 +53,8 @@ class FatcatTestCase(unittest.TestCase): assert obj['title'] assert obj['work_type'] == "journal-article" - def test_something(self): - + def test_populate(self): fatcat.sql.populate_db() + + def test_populate_complex(self): + fatcat.sql.populate_complex_db() |