Пример #1
0
 def test_iter_with_no_where_returns_card(self):
     with vcr.use_cassette('fixtures/cards_no_args.yaml'):
         card = next(Card.iter())
         self.assertIsInstance(card, Card)