()
| 76 | @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: DeprecationWarning not triggered |
| 77 | def test_invalid___code___assignment(self): |
| 78 | def A(): pass |
| 79 | def B(): yield |
| 80 | async def C(): yield |
| 81 | async def D(x): await x |
no outgoing calls
no test coverage detected