From: Ian Jackson Date: Fri, 26 Feb 2021 00:19:43 +0000 (+0000) Subject: tests: some todos X-Git-Tag: otter-0.4.0~361 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=46dfbfc2a87c42b2669328672c34986d81ff5a05;p=otter.git tests: some todos Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 9bf37971..44499163 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -133,8 +133,13 @@ impl Ctx { prepare_game(&self.ds, TABLE)?; self.otter(&self.ds.ss("library-add @table@ wikimedia chess-blue-?")?)?; + // xxx make library-add give distinct exit status here + // xxx find load markers ids - self.connect_player(&self.alice)?; + let _session = self.connect_player(&self.alice)?; + // xxx find load markers' locations + // xxx send api requests to move markers + // run library-add again } }