summaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-01-10 13:38:15 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-01-10 13:38:15 +0100
commit6e4d259e38a6c00772fb214f55610bf021d818a8 (patch)
tree95924a3fa76d1591d6b4fd22e954e1b74e1c63cf /tests/tests.rs
parentd2c25c5ca10207efcd90c66a6b205904707f8bc0 (diff)
Add tests for JSON reading
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 9c7a9f3..c5cb5c0 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -1,2 +1,4 @@
#[macro_use] extern crate is_match;
+
mod toml;
+mod json;