Mercurial > hgrepos > Python > libs > ConfigMix
changeset 457:e3ae8092eaf3
FIX: unittest: duplicate name of test-method removed
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 15 Dec 2021 00:51:10 +0100 |
| parents | d6be95841380 |
| children | a68240971d3d |
| files | tests/test.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test.py Wed Dec 15 00:48:50 2021 +0100 +++ b/tests/test.py Wed Dec 15 00:51:10 2021 +0100 @@ -527,7 +527,7 @@ "db.non.exksting.key2", "intl.non.existing") - def test23_getfirstintvar_s_nonexisting(self): + def test23_getfirstintvar_s_nonexisting_default(self): cfg = self._load(os.path.join(TESTDATADIR, "conf20.yml")) self.assertEqual(20, cfg.getfirstintvar_s("db.non.existing.key",
