summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-25 17:21:09 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-25 17:21:09 +0200
commit4978b4f27d7a0e6058d04e7184600bf835070a8b (patch)
treebe3a5618fef822ca349f0179abeb35b5b2083115 /tests
parent510767263a0060ad13b2488a9402b1d176ad65ef (diff)
Implement move and dig commands
Diffstat (limited to 'tests')
-rw-r--r--tests/official-runner-matching.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/official-runner-matching.rs b/tests/official-runner-matching.rs
index 12b6010..e5602a2 100644
--- a/tests/official-runner-matching.rs
+++ b/tests/official-runner-matching.rs
@@ -8,6 +8,8 @@ use std::io::prelude::*;
#[test]
fn simulates_the_same_match() {
+ // TODO: Also assert map state
+
let replays = Path::new("tests/replays/");
for replay in replays.read_dir().expect("read_dir failed") {
let replay = replay.expect("error on replay").path();