about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-04-30 23:59:36 +0200
committerserpilliere <serpilliere@users.noreply.github.com>2015-04-30 23:59:36 +0200
commit9cae6a2fc2091a3488817dd70883f16c0919d6b1 (patch)
tree3f7a369b0ce33255030bb3f249ac4c21b23832d0 /test/test_all.py
parent7e9ad339a9a439b083044cbc9c744d50414f35c2 (diff)
parenta0e67cd0ad23d2111afe07fe685991d47cfda5f4 (diff)
downloadmiasm-9cae6a2fc2091a3488817dd70883f16c0919d6b1.tar.gz
miasm-9cae6a2fc2091a3488817dd70883f16c0919d6b1.zip
Merge pull request #156 from commial/fix_coverage
TestAll: Coverage mode was broken
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index f52856a3..a9f7941f 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -1,6 +1,7 @@
 import argparse
 import time
 import os
+import tempfile
 
 from utils.test import Test
 from utils.testset import TestSet