I\'m using Pytest to test connection to database which hangs when I run it:
def test_db(): db.create_all() new_comment = Comments(comment=\'python rocks\'