test: reenable unittests in main test.py

This commit is contained in:
mich 2019-04-02 11:04:00 +02:00
parent 950fb56069
commit 897e355923
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def test_perf():
def main():
TO = time.time()
#test_unit()
test_unit()
test_perf()
print('[+] total time: %f sec' % (time.time() - TO, ))
return 0