Provide more verbose test messages
Change-Id: I83ba5db97f221f309a7d3dd17ca9e7267ba2a438
diff --git a/t/test.t b/t/test.t
index 847f16e..1077bc0 100644
--- a/t/test.t
+++ b/t/test.t
@@ -19,7 +19,7 @@
$expected = <$fh>;
}
close($fh);
- script_runs([ 'script/korapxml2conllu', $morpho_fname ], "Runs with input");
+ script_runs([ 'script/korapxml2conllu', $morpho_fname ], "Runs korapxml2conllu with pos and lemma annotated input");
script_stdout_is $expected, "Converts $morpho_fname correctly";
}
@@ -33,8 +33,8 @@
$expected = <$fh>;
}
close($fh);
- script_runs([ 'script/korapxml2conllu', $base_fname ], "Runs with input");
- script_stdout_is $expected, "Converts $base_fname correctly";
+ script_runs([ 'script/korapxml2conllu', $base_fname ], "Runs korapxml2conllu with base input");
+ script_stdout_is $expected, "Converts $base_fname correctly to CoNLL-U";
}
done_testing;
\ No newline at end of file