Rev 5769: Mention that the test framework ought to support adding new stores. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Apr 8 15:59:11 UTC 2011
At file:///home/vila/src/bzr/experimental/config/
------------------------------------------------------------
revno: 5769
revision-id: v.ladeuil+lp at free.fr-20110408155911-561fxuuehmuf283u
parent: v.ladeuil+lp at free.fr-20110408155524-7sqasvz182jwtlt3
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-concrete-stores
timestamp: Fri 2011-04-08 17:59:11 +0200
message:
Mention that the test framework ought to support adding new stores.
-------------- next part --------------
=== modified file 'doc/developers/configuration.txt'
--- a/doc/developers/configuration.txt 2011-04-08 15:55:02 +0000
+++ b/doc/developers/configuration.txt 2011-04-08 15:59:11 +0000
@@ -42,3 +42,9 @@
Depending on the object it is associated with (or not) a ``Store`` also needs
to implement a locking mechanism. ``LockableConfigObjStore`` implements such a
mechanism for ``ConfigObj`` based stores.
+
+Classes are provided for the usual Bazaar configuration files and could be
+used as examples to define new ones if needed. The associated tests provides a
+basis for new classes which only need to register themselves in the right
+places to inherit from the existing basic tests and add their own specific
+ones.
More information about the bazaar-commits
mailing list