From 242c3b75cffbffae114dd4a2b7dc453399cfa428 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 29 Mar 2021 20:19:25 -0400 Subject: Fhash clean up and unit tests Added saner unit testing in the tests folder, which can be added to by expanding the data in the tests/hashes.json file. Also removed some redundant comments and inconsistencies --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85dd04c..32e66d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ build/ +env/ *.swp -- cgit v1.2.3