From 58c6bd29b2efd14d7ae386124adf0750e6179370 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 3 Oct 2020 20:13:46 -0400 Subject: added test for converting image uri to files, updated debug script --- dichroism/tests/integration_tests.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dichroism/tests/integration_tests.rs (limited to 'dichroism/tests') diff --git a/dichroism/tests/integration_tests.rs b/dichroism/tests/integration_tests.rs new file mode 100644 index 0000000..3989260 --- /dev/null +++ b/dichroism/tests/integration_tests.rs @@ -0,0 +1,4 @@ +#[test] +fn test_add_two() { + assert_eq!(4, 2 + 2); +} -- cgit v1.2.3