Esempio n. 1
0
 def test_orders_to_string_works_without_orders(self):
     self.assertTrue(not pizza.orders_to_string({}))
Esempio n. 2
0
 def test_orders_to_string_works_with_orders(self):
     self.assertEqual(self.expected_string, pizza.orders_to_string(self.orders))