From c30007af8d89a04164d9418727e4bb794b0dd3d4 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 15 Dec 2017 11:50:07 +0100 Subject: =?UTF-8?q?Adding=20testing=20module=20=E2=80=93=20trying=20to=20f?= =?UTF-8?q?ind=20out=20where=20the=20bug=20is!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/mod.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/test/mod.rs (limited to 'src/test/mod.rs') diff --git a/src/test/mod.rs b/src/test/mod.rs new file mode 100644 index 0000000..ffba71a --- /dev/null +++ b/src/test/mod.rs @@ -0,0 +1,12 @@ +//! Unit testing module for lockchain +//! +//! Purpose of this module is to properly test all the functions involved +//! in lockchain, since even a small bug can completely break crypto +//! +#![cfg(test)] + + +#[test] +fn init() { + +} \ No newline at end of file -- cgit v1.2.3