summaryrefslogtreecommitdiff
path: root/utils/trackertestutils/README.md
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-08-07 14:47:00 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-08-23 12:39:19 +0300
commit8ae991922d4178f250cbc3e7f0734d558b01b21e (patch)
tree78fedc7017e0b7785cc340f33287a91451540b64 /utils/trackertestutils/README.md
parente71c9119c34419a345ffbc80af40a6654a78af28 (diff)
downloadtracker-8ae991922d4178f250cbc3e7f0734d558b01b21e.tar.gz
functional-tests: Add new trackertestutils module
This module aims to reduce duplication between tracker.git and tracker-miners.git. The idea is to share as much code as we can between the different functional-tests. The tracker-sandbox script will also be use this library. The module is installed into Tracker's private library directory. As it is only needed for development and testing, packagers should split it into the appropriate -devel package.
Diffstat (limited to 'utils/trackertestutils/README.md')
-rw-r--r--utils/trackertestutils/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/trackertestutils/README.md b/utils/trackertestutils/README.md
new file mode 100644
index 000000000..98840ba0a
--- /dev/null
+++ b/utils/trackertestutils/README.md
@@ -0,0 +1,2 @@
+This Python package contains utility functions which are useful when testing
+Tracker.