def test_can_format_value(self): expect(format_value("qwe")).to_equal("'qwe'") expect(format_value(["qwe", "rty"])).to_equal("[\n# qwe# rty#]") expect(format_value(230)).to_equal(230)