(engine, pretty)
| 228 | |
| 229 | |
| 230 | def test_nonstring_key(engine, pretty): |
| 231 | value = build_test_dict({0: 1}) |
| 232 | result = pio.to_json_plotly(value, engine=engine) |
| 233 | check_roundtrip(result, engine=engine, pretty=pretty) |
| 234 | |
| 235 | |
| 236 | def test_mixed_string_nonstring_key(engine, pretty): |
nothing calls this directly
no test coverage detected