def test_find_all(self):

        db = Mongodb('Northwind')
        pprint(db.find_all('customers'))
    def test_find_all(self):

        db = Mongodb('Northwind')
        pprint(db.find_all('customers'))