summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2018-11-20 08:34:48 +0100
committerPhilipp Hahn <hahn@univention.de>2020-08-06 08:50:37 +0200
commit0ca8dc6340a85d0cb021d860a166ad4b92251d23 (patch)
tree907069ac431a9de9bc1590e58c90d35bee852cbe /tests
parent7c93891420a8df6d6b6e3f141548c6dae6664789 (diff)
downloadlibvirt-python-0ca8dc6340a85d0cb021d860a166ad4b92251d23.tar.gz
Normalize white space
indent by 4 spaces one spaces around assignments Signed-off-by: Philipp Hahn <hahn@univention.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_conn.py2
-rw-r--r--tests/test_domain.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_conn.py b/tests/test_conn.py
index 9fee099..a5eb797 100644
--- a/tests/test_conn.py
+++ b/tests/test_conn.py
@@ -1,7 +1,7 @@
-
import unittest
import libvirt
+
class TestLibvirtConn(unittest.TestCase):
def setUp(self):
self.conn = libvirt.open("test:///default")
diff --git a/tests/test_domain.py b/tests/test_domain.py
index b3fe255..2b3710b 100644
--- a/tests/test_domain.py
+++ b/tests/test_domain.py
@@ -1,7 +1,7 @@
-
import unittest
import libvirt
+
class TestLibvirtDomain(unittest.TestCase):
def setUp(self):
self.conn = libvirt.open("test:///default")