From c3ae6357b4824450263d727dc5d23b5cf0e9305f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 17:26:00 -0700 Subject: more complex test data --- tests/test_backend.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') 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() -- cgit v1.2.3