Re: [libvirt] [dbus PATCH 2/2] tests: fix all coding style issues to comply with pep8

2018-07-26 Thread Katerina Koukiou
On Thu, Jul 26, 2018 at 02:39:37PM +0200, Ján Tomko wrote: > On Thu, Jul 26, 2018 at 02:09:58PM +0200, Katerina Koukiou wrote: > > Is there nothing that could be said here in the commit message? > > Also, it might be a good time to introduce a 'syntax-check' target > to Makefile, to make sure the

Re: [libvirt] [dbus PATCH 2/2] tests: fix all coding style issues to comply with pep8

2018-07-26 Thread Ján Tomko
On Thu, Jul 26, 2018 at 02:09:58PM +0200, Katerina Koukiou wrote: Is there nothing that could be said here in the commit message? Also, it might be a good time to introduce a 'syntax-check' target to Makefile, to make sure these won't get merged again. Signed-off-by: Katerina Koukiou --- test

[libvirt] [dbus PATCH 2/2] tests: fix all coding style issues to comply with pep8

2018-07-26 Thread Katerina Koukiou
Signed-off-by: Katerina Koukiou --- tests/test_connect.py | 2 +- tests/test_domain.py| 5 +++-- tests/test_interface.py | 11 ++- tests/test_network.py | 8 tests/test_storage.py | 1 + 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/tests/test_con