
14 Jun
2018
14 Jun
'18
11:35 p.m.
On Thu, Jun 14, 2018 at 05:59:40PM +0200, Katerina Koukiou wrote:
pytest collects functions starting with test prefix to run them as tests by default.
Rename functions that are not supposed to be run as tests, to avoid unexpected failures.
Note: this commit also renames domain function to follow the naming convention for same purpose functions.
Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com> --- tests/libvirttest.py | 6 +++--- tests/test_connect.py | 6 +++--- tests/test_domain.py | 20 ++++++++++---------- tests/test_network.py | 14 +++++++------- tests/test_storage.py | 22 +++++++++++----------- 5 files changed, 34 insertions(+), 34 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>