(self)
| 2360 | |
| 2361 | class OriginTrackingTest(unittest.TestCase): |
| 2362 | def here(self): |
| 2363 | info = inspect.getframeinfo(inspect.currentframe().f_back) |
| 2364 | return (info.filename, info.lineno) |
| 2365 | |
| 2366 | @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: None != (('/home/fanninpm/Documents/GitHub/RustPy[74 chars]g'),) |
| 2367 | def test_origin_tracking(self): |
no outgoing calls
no test coverage detected