Mercurial > hgrepos > Python > libs > ConfigMix
diff tests/test.py @ 739:249196bd410a
FIX: Tests: duplicate method name for a test
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 29 Oct 2023 16:53:16 +0100 |
| parents | 20e3c2d956d9 |
| children | cc9dff5fe0ca |
line wrap: on
line diff
--- a/tests/test.py Sun Oct 29 11:36:25 2023 +0100 +++ b/tests/test.py Sun Oct 29 16:53:16 2023 +0100 @@ -2023,7 +2023,7 @@ self.assertEqual("v3", jcfg.getvarl_s("ks")) - def test_referenced_root(self): + def test_referenced_root_2(self): cfg = configmix.load(os.path.join( TESTDATADIR, "jail-root-ref.yml")) jcfg = cfg.jailed(rootpath=("the-root", "ref1"))
