(self, store)
| 229 | ) |
| 230 | |
| 231 | def _make_app(self, store): |
| 232 | app = create_app() |
| 233 | _use_store(app, store) |
| 234 | app.config["TESTING"] = True |
| 235 | return app |
| 236 | |
| 237 | def _store_with_ubuntu_and_arch(self) -> Store: |
| 238 | """Store where 'uonly' is ubuntu-only, 'aonly' is arch-only, |
no test coverage detected