(self, dml_stmt)
| 1314 | ), |
| 1315 | ) |
| 1316 | def test_dml_not_cached_yet(self, dml_stmt): |
| 1317 | eq_(dml_stmt._generate_cache_key(), None) |
| 1318 | |
| 1319 | def test_values_doesnt_caches_right_now(self): |
| 1320 | v1 = values( |
nothing calls this directly
no test coverage detected