Rev 5747: Clarify parametrization scope. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Apr 1 12:42:12 UTC 2011
At file:///home/vila/src/bzr/experimental/config/
------------------------------------------------------------
revno: 5747
revision-id: v.ladeuil+lp at free.fr-20110401124211-q6a6vcn77mk3kaph
parent: v.ladeuil+lp at free.fr-20110401124007-roed104ewtmqsovy
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-section
timestamp: Fri 2011-04-01 14:42:11 +0200
message:
Clarify parametrization scope.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py 2011-04-01 10:56:01 +0000
+++ b/bzrlib/tests/test_config.py 2011-04-01 12:42:11 +0000
@@ -1841,8 +1841,8 @@
class TestConfigMutableSection(tests.TestCase):
- # FIXME: Parametrize so that all sections produced by Stores run these
- # tests.
+ # FIXME: Parametrize so that all sections (includind os.envrion and the
+ # ones produced by Stores) run these tests.
def test_set(self):
a_dict = dict(foo='bar')
More information about the bazaar-commits
mailing list