コード例 #1
0
 def test_orders_to_string_works_without_orders(self):
     self.assertTrue(not pizza.orders_to_string({}))
コード例 #2
0
 def test_orders_to_string_works_with_orders(self):
     self.assertEqual(self.expected_string, pizza.orders_to_string(self.orders))