Mercurial > hgrepos > Python > libs > ConfigMix
diff tests/data/conf23.json @ 130:b11af3ded7c1
Added more JSON specific unit tests
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 23:36:26 +0200 |
| parents | |
| children | 7e6ec99d5ff5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/data/conf23.json Wed Apr 04 23:36:26 2018 +0200 @@ -0,0 +1,13 @@ +{"tmpdir": "{{_tmpdir}}\\3", + "db": { + "user": { + "name": "the_database_user_2", + "pwd": "the-database-password-2" + }, + "locinfo": { + "ro": { + "hostname": "3rd-host" + } + } + } +}
