(acfactory)
| 34 | |
| 35 | |
| 36 | def test_configure_canceled(acfactory): |
| 37 | ac1 = acfactory.new_online_configuring_account() |
| 38 | ac1.stop_ongoing() |
| 39 | try: |
| 40 | acfactory.wait_configured(ac1) |
| 41 | except pytest.fail.Exception: |
| 42 | pass |
| 43 | |
| 44 | |
| 45 | def test_configure_unref(tmp_path): |
nothing calls this directly
no test coverage detected