Change unit tests to use verify instead of calibre. Debugging gds read comments in magic.py.

This commit is contained in:
Matt Guthaus
2017-11-14 16:24:26 -08:00
parent 4285e576f8
commit 37edd7cac6
47 changed files with 123 additions and 113 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import sys,os
sys.path.append(os.path.join(sys.path[0],".."))
import globals
import debug
import calibre
import verify
import re
#@unittest.skip("SKIPPING 00_format check test")