search for: rhbz912499

Displaying 6 results from an estimated 6 matches for "rhbz912499".

2016 Jan 28
1
[PATCH] python: stop using parens-less print in tests
print "" is no more available in Python 3, and print(...) is available since Python 2.7; as one of the tests was using print(), use this form everywhere so the tests can run fine with Python 3. --- python/t/820-rhbz912499.py | 18 +++++++++--------- python/t/910-libvirt.py | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/python/t/820-rhbz912499.py b/python/t/820-rhbz912499.py index de6d1d3..1909a37 100644 --- a/python/t/820-rhbz912499.py +++ b/python/t/820-rhbz912499.py @@ -30,28 +30,28...
2016 Feb 12
2
[PATCH] python: tests: use more targeted assert*() functions/checks
...eturn values just check the return value as a whole (easier and already getting all the work needed by unittest) --- python/t/080-version.py | 6 +++--- python/t/420-log-messages.py | 2 +- python/t/800-explicit-close.py | 6 +----- python/t/810-rhbz811650.py | 5 +---- python/t/820-rhbz912499.py | 2 +- python/t/900-python-dict.py | 9 +-------- 6 files changed, 8 insertions(+), 22 deletions(-) diff --git a/python/t/080-version.py b/python/t/080-version.py index e8e1e25..cda4872 100644 --- a/python/t/080-version.py +++ b/python/t/080-version.py @@ -34,13 +34,13 @@ class Test080V...
2016 Feb 22
3
[PATCH 1/3] python: tests: refactor to use unittest's discovery
...------------- python/t/100-launch.py | 37 ----------- python/t/410-close-event.py | 41 ------------ python/t/420-log-messages.py | 57 ---------------- python/t/800-explicit-close.py | 57 ---------------- python/t/810-rhbz811650.py | 40 ------------ python/t/820-rhbz912499.py | 118 --------------------------------- python/t/910-libvirt.py | 52 --------------- python/t/__init__.py | 0 python/t/test010Load.py | 22 +++++++ python/t/test070OptArgs.py | 36 ++++++++++ python/t/test080Version.py | 43 ++++++++++++ p...
2020 Jan 10
8
[PATCH 0/7] Various Python pycodestyle fixes
...| 2 -- python/t/test090RetValues.py | 10 +++++----- python/t/test100Launch.py | 1 - python/t/test410CloseEvent.py | 1 - python/t/test420LogMessages.py | 1 - python/t/test430ProgressMessages.py | 3 ++- python/t/test800ExplicitClose.py | 1 - python/t/test820RHBZ912499.py | 3 +-- python/t/test910Libvirt.py | 1 - python/t/tests_helper.py.in | 2 +- python/test-pycodestyle.sh | 30 +++++++++++++++++++++++++++++ 21 files changed, 61 insertions(+), 23 deletions(-) create mode 100755 python/test-pycodestyle.sh -- 2.24.1
2020 Jan 10
9
[PATCH v2 0/8] Various Python pycodestyle fixes
...| 2 -- python/t/test090RetValues.py | 10 +++++----- python/t/test100Launch.py | 1 - python/t/test410CloseEvent.py | 1 - python/t/test420LogMessages.py | 1 - python/t/test430ProgressMessages.py | 3 ++- python/t/test800ExplicitClose.py | 1 - python/t/test820RHBZ912499.py | 3 +-- python/t/test910Libvirt.py | 1 - python/t/tests_helper.py.in | 2 +- python/test-pycodestyle.sh | 28 ++++++++++++++++++++++++++++ 22 files changed, 60 insertions(+), 24 deletions(-) create mode 100755 python/test-pycodestyle.sh -- 2.24.1
2016 May 04
9
[PATCH 0/8] python: PEP 8 fixes
...| 142 ++++++++++++++++++------------------- python/t/test100Launch.py | 25 +++---- python/t/test410CloseEvent.py | 18 ++--- python/t/test420LogMessages.py | 30 ++++---- python/t/test800ExplicitClose.py | 30 ++++---- python/t/test810RHBZ811650.py | 17 ++--- python/t/test820RHBZ912499.py | 58 ++++++++-------- python/t/test910Libvirt.py | 17 ++--- python/t/tests_helper.py | 30 ++++---- tests/http/test-http.py | 143 +++++++++++++++++++------------------- 19 files changed, 473 insertions(+), 403 deletions(-) -- 2.5.5