Rev 5746: Don't forget to parametrized for people *providing* new stacks. in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Mar 31 15:44:38 UTC 2011


At file:///home/vila/src/bzr/experimental/config/

------------------------------------------------------------
revno: 5746
revision-id: v.ladeuil+lp at free.fr-20110331154438-flnffe9q895wgnjq
parent: v.ladeuil+lp at free.fr-20110331154227-spmv815449huypn4
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-stack
timestamp: Thu 2011-03-31 17:44:38 +0200
message:
  Don't forget to parametrized for people *providing* new stacks.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2011-03-31 15:42:27 +0000
+++ b/bzrlib/tests/test_config.py	2011-03-31 15:44:38 +0000
@@ -1819,6 +1819,9 @@
 
 class TestConfigStackGet(tests.TestCase):
 
+    # FIXME: This should be parametrized for all known ConfigStack or dedicated
+    # paramerized tests created to avoid bloating -- vila 2011-03-31
+
     def test_compatibility(self):
         self.assertRaises(AssertionError, config.ConfigStack, [object()])
 



More information about the bazaar-commits mailing list