aboutsummaryrefslogtreecommitdiff
path: root/tests/test_thermal.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-08-14 15:28:29 +0100
committerJavi Merino <javi.merino@arm.com>2015-08-12 14:52:42 +0100
commit903d2c0508986886f4160d20bc6190aa6db466ab (patch)
tree6d3c33fcfa02533f2446d4ff06cc1ade21661f18 /tests/test_thermal.py
parentd6284dab1283b9f8217552e7d265d11039147391 (diff)
downloadtrappy-903d2c0508986886f4160d20bc6190aa6db466ab.tar.gz
tests: use one line for each import in test_thermal
Makes it clear when each one was added and removed
Diffstat (limited to 'tests/test_thermal.py')
-rw-r--r--tests/test_thermal.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/test_thermal.py b/tests/test_thermal.py
index 9e6da44..b34117c 100644
--- a/tests/test_thermal.py
+++ b/tests/test_thermal.py
@@ -1,9 +1,13 @@
#!/usr/bin/python
import unittest
-import os, sys
-import matplotlib, re, shutil, tempfile
+import matplotlib
+import os
import pandas as pd
+import re
+import shutil
+import sys
+import tempfile
import utils_tests
from cr2 import Thermal, ThermalGovernor