()
| 5 | |
| 6 | |
| 7 | def test_identity(): |
| 8 | py_string = "abc" |
| 9 | js_string = pm.eval("(str) => str")(py_string) |
| 10 | assert py_string is js_string |
| 11 | |
| 12 | |
| 13 | def test_eval_ascii_string_matches_evaluated_string(): |
nothing calls this directly
no outgoing calls
no test coverage detected