[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [test-API PATCH 0/5] Destroy class definition in utils.py
- From: Osier Yang <jyang redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] [test-API PATCH 0/5] Destroy class definition in utils.py
- Date: Tue, 10 Apr 2012 15:34:29 +0800
These five patches are to change utils.py into a collection of functions.
And cleanup all of existing testcase to use the functions in it directly.
(1) Destroy Utils class definition
(2) Remove "util = utils.Utils()"
(3) Substitue "util." with "utils."
(4) Remove useless utils import "from utils import utils" in testcases where
none of functions in utils.py is called
In testcase
from utils import utils
...
utils.functions(...)
...
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]