Update unit tests to load verify after config file. Start magic DRC.

This commit is contained in:
Matt Guthaus
2018-01-12 10:24:49 -08:00
parent e0a6b59773
commit 7a172873a3
55 changed files with 131 additions and 284 deletions
+1 -6
View File
@@ -2,15 +2,10 @@
import unittest
from testutils import header
import sys,os
import sys,os,re
sys.path.append(os.path.join(sys.path[0],".."))
import globals
import debug
import verify
import re
#@unittest.skip("SKIPPING 00_format check test")
class code_format_test(unittest.TestCase):
"Run a test to check for tabs instead of spaces in the all source files."