def test_get_all_authors_count_one(session, author_joe): assert get_all_authors_count(session) == 1
def test_get_all_authors_count_zero(session): assert get_all_authors_count(session) == 0