gstreamer/subprojects/gst-devtools/validate/launcher
Alicia Boya García 135f859629 validate: Fix error on GstTest.copy()
Fixes regression introduced in ba61160d6c,
where running check tests with gst-validate-launcher -f would trigger
this exception:

    AttributeError: 'GstCheckTest' object has no attribute 'reports'.
    Did you mean: 'reporter'?

The member `reports` is meant to be just part of GstValidateTest, but
not other subclasses, even though a usage is still found in the base
class GstTest in the method test_end().

This patch introduces an override of the methods copy() and test_end()
in GstValidateTest so that `reports` is copied and cleared respectively,
but only for validate tests.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5281>
2023-09-05 14:16:57 +00:00
..
apps validate: Place regex flags at the start of the regex 2022-12-28 10:04:41 +00:00
testsuites tests: Move srtp test known issue def to the 'check' testuite 2023-02-16 02:39:05 +00:00
__init__.py Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
baseclasses.py validate: Fix error on GstTest.copy() 2023-09-05 14:16:57 +00:00
config.py.in Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
httpserver.py Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
loggable.py validate: loggable: fix Callable import 2022-01-11 16:39:56 +00:00
main.py validate: launcher: Add a argument to avoid rereuning flaky tests 2022-10-05 20:29:22 +00:00
meson.build meson: update for meson.build_root() and .build_source() deprecation 2021-10-20 11:20:44 +00:00
RangeHTTPServer.py Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
reporters.py validate:launcher: Fix adding logs to xunit 2021-10-12 16:59:16 +00:00
utils.py validate:launcher: Reindent utils.py 2021-10-14 12:59:29 +00:00
vfb_server.py Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00