()
| 315 | |
| 316 | |
| 317 | def test_keys_len(): |
| 318 | dishes = pm.eval("({'eggs': 2, 'sausage': 1, 'bacon': 1, 'spam': 500})") |
| 319 | keys = dishes.keys() |
| 320 | assert len(keys) == 4 |
| 321 | |
| 322 | |
| 323 | def test_keys_contains(): |
nothing calls this directly
no outgoing calls
no test coverage detected