[tracker-miners: 8/8] Merge branch 'sam/functional-tests-shared' into 'master'
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners: 8/8] Merge branch 'sam/functional-tests-shared' into 'master'
- Date: Sun, 15 Sep 2019 22:46:51 +0000 (UTC)
commit c0b86b70519ec8b9d3df403fb1610607d27adb9b
Merge: e73819dbd e088eff97
Author: Sam Thursfield <sam afuera me uk>
Date: Sun Sep 15 22:46:36 2019 +0000
Merge branch 'sam/functional-tests-shared' into 'master'
functional-tests: Update helper code and share it with tracker core
Closes tracker#123
See merge request GNOME/tracker-miners!97
meson.build | 13 +-
src/miners/fs/tracker-main.c | 7 +-
src/tracker-extract/tracker-main.c | 7 +-
tests/functional-tests/300-miner-basic-ops.py | 45 +-
.../functional-tests/301-miner-resource-removal.py | 9 +-
tests/functional-tests/310-fts-basic.py | 9 +-
tests/functional-tests/311-fts-file-operations.py | 9 +-
tests/functional-tests/312-fts-stopwords.py | 26 +-
tests/functional-tests/400-extractor-metadata.py | 20 +-
.../401-extractor-flac-cuesheet.py | 12 +-
tests/functional-tests/410-extractor-decorator.py | 51 +-
tests/functional-tests/500-writeback-images.py | 21 +-
.../501-writeback-image-details.py | 24 +-
tests/functional-tests/502-writeback-audio.py | 11 +-
tests/functional-tests/600-applications-camera.py | 19 +-
tests/functional-tests/601-applications-sync.py | 30 +-
tests/functional-tests/__init__.py | 1 -
.../{common/utils => }/applicationstest.py | 44 +-
.../common/data/Doc/performance.doc | Bin 82944 -> 0 bytes
.../common/data/Images/test-image-1.jpg | Bin 7558 -> 0 bytes
.../common/data/Images/test-image-2.png | Bin 2374 -> 0 bytes
.../common/data/Images/test-image-3.tif | Bin 4594 -> 0 bytes
.../common/data/Music/tracker-mp3-test.mp3 | Bin 61547 -> 0 bytes
.../common/data/Pdf/office-tools-test-document.pdf | Bin 236639 -> 0 bytes
tests/functional-tests/common/data/Ppt/al-cont.ppt | Bin 1508864 -> 0 bytes
...a9c86cc51-7215ee9c7d9dc229d2921a40e899ec5f.jpeg | Bin 7558 -> 0 bytes
.../common/data/Video/test-video.mp4 | Bin 211931 -> 0 bytes
tests/functional-tests/common/data/pickled_Images | Bin 1203 -> 0 bytes
tests/functional-tests/common/data/pickled_Music | Bin 877 -> 0 bytes
tests/functional-tests/common/utils/__init__.py | 1 -
tests/functional-tests/common/utils/dconf.py | 79 ---
tests/functional-tests/common/utils/helpers.py | 690 ---------------------
tests/functional-tests/common/utils/html.py | 63 --
tests/functional-tests/common/utils/mainloop.py | 58 --
tests/functional-tests/common/utils/options.py | 28 -
tests/functional-tests/common/utils/storetest.py | 43 --
tests/functional-tests/common/utils/system.py | 178 ------
.../functional-tests/common/utils/writebacktest.py | 119 ----
tests/functional-tests/configuration.json.in | 17 +-
.../{common/utils => }/configuration.py | 125 ++--
.../{common/utils => }/extractor.py | 31 +-
tests/functional-tests/meson.build | 61 +-
tests/functional-tests/minerfshelper.py | 132 ++++
.../{common/utils => }/minertest.py | 102 +--
tests/functional-tests/system.py | 259 ++++++++
tests/functional-tests/test-runner.sh.in | 21 -
tests/functional-tests/writebacktest.py | 164 +++++
...org.freedesktop.Tracker1.Miner.Files.service.in | 2 +-
tests/test-bus.conf.in | 1 +
49 files changed, 890 insertions(+), 1642 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]