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(a)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(a)redhat.com>