diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 7082e3d7..4e530669 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 |