summaryrefslogtreecommitdiff
path: root/dichroism/tests
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-10-03 20:13:46 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-10-03 20:13:46 -0400
commit58c6bd29b2efd14d7ae386124adf0750e6179370 (patch)
tree1b5b11cf9e4320440d5c28a76d304fd1eda369a0 /dichroism/tests
parentb08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (diff)
downloadtheglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.tar.xz
theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.zip
added test for converting image uri to files, updated debug script
Diffstat (limited to 'dichroism/tests')
-rw-r--r--dichroism/tests/integration_tests.rs4
1 files changed, 4 insertions, 0 deletions
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);
+}