[tracker: 12/12] Merge branch 'sam/functional-tests-shared' into 'master'



commit bdfe556478b5d09a6e5024a413cd1a52e721cc0a
Merge: b49081beb 68f73d430
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Aug 26 08:20:09 2019 +0000

    Merge branch 'sam/functional-tests-shared' into 'master'
    
    functional-tests: Improve helper code and share it with tracker-miners
    
    See merge request GNOME/tracker!117

 tests/functional-tests/01-insertion.py             |   3 +-
 tests/functional-tests/02-sparql-bugs.py           |   3 +-
 tests/functional-tests/03-fts-functions.py         |   3 +-
 tests/functional-tests/04-group-concat.py          |   3 +-
 tests/functional-tests/05-coalesce.py              |   3 +-
 tests/functional-tests/06-distance.py              |   3 +-
 tests/functional-tests/07-graph.py                 |   3 +-
 tests/functional-tests/08-unique-insertions.py     |   3 +-
 tests/functional-tests/09-concurrent-query.py      |   3 +-
 tests/functional-tests/14-signals.py               |  19 +-
 tests/functional-tests/15-statistics.py            |   3 +-
 tests/functional-tests/16-collation.py             |   3 +-
 tests/functional-tests/17-ontology-changes.py      |  24 +-
 tests/functional-tests/__init__.py                 |   1 -
 tests/functional-tests/common/__init__.py          |   1 -
 .../common/data/Doc/performance.doc                | Bin 82944 -> 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/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
 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 -
 .../functional-tests/common/utils/configuration.py |  91 ----
 tests/functional-tests/common/utils/helpers.py     | 337 ------------
 tests/functional-tests/common/utils/options.py     |  28 -
 tests/functional-tests/common/utils/system.py      |   1 -
 tests/functional-tests/configuration.json.in       |   3 -
 tests/functional-tests/configuration.py            |  60 +++
 .../{common/utils => }/expectedFailure.py          |   9 +-
 tests/functional-tests/meson.build                 |   3 +
 .../{common/utils => }/storetest.py                |  20 +-
 utils/meson.build                                  |   1 +
 utils/trackertestutils/README.md                   |   2 +
 utils/trackertestutils/__init__.py                 |   1 +
 .../utils => utils/trackertestutils}/dconf.py      |  25 +-
 utils/trackertestutils/helpers.py                  | 583 +++++++++++++++++++++
 utils/trackertestutils/mainloop.py                 |  58 ++
 utils/trackertestutils/meson.build                 |   8 +
 40 files changed, 799 insertions(+), 510 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]