(self)
| 360 | assert "foo" in self.c.collections |
| 361 | |
| 362 | def can_take_module_objects(self): |
| 363 | self.c.add_collection(load("integration")) |
| 364 | assert "integration" in self.c.collections |
| 365 | |
| 366 | def allows_specifying_defaultness(self): |
| 367 | collection = Collection("foo") |
nothing calls this directly
no test coverage detected