chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c29716
)
tests: some todos
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 26 Feb 2021 00:19:43 +0000
(
00:19
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 26 Feb 2021 00:19:43 +0000
(
00:19
+0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs
patch
|
blob
|
history
diff --git
a/apitest/at-otter.rs
b/apitest/at-otter.rs
index 9bf37971a7ddb1a4cf9f4e53d6c0f87b7f9fdd40..44499163a955ee72ced9d3f247a73bba0866e51d 100644
(file)
--- 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
}
}