log tests/test.py @ 417:83d537f1dfbb

age author description
Wed, 01 Dec 2021 23:10:20 +0100 Franz Glasner Implement sub-jails: allow to get a jailed configuration from a jail
Wed, 01 Dec 2021 23:09:00 +0100 Franz Glasner FIX: Handle .jailed() with an empty "root" properly
Sat, 20 Nov 2021 13:52:08 +0100 Franz Glasner Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Fri, 19 Nov 2021 13:28:08 +0100 Franz Glasner Unittests for the new base and rebind features
Fri, 19 Nov 2021 12:40:23 +0100 Franz Glasner Implement a ".is_jail" flag for configuration objects: to test/assert whether we expect a jail configuration
Fri, 19 Nov 2021 01:39:18 +0100 Franz Glasner Jailed configuration: implement more methods: getfirstvarl, getfirstvarl_s, getfirstvar and getfirstvar_s
Thu, 18 Nov 2021 18:30:59 +0100 Franz Glasner Begin a jailed configuration with access to a sub-tree of the original configuration
Wed, 10 Nov 2021 09:38:21 +0100 Franz Glasner Tests for getfirstintvarl_s()
Wed, 10 Nov 2021 01:37:36 +0100 Franz Glasner Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Sun, 11 Jul 2021 17:08:06 +0200 Franz Glasner Implement ".getfirstintvar_s()" and ".getfirstboolvar_s()" with unittests
Sun, 11 Jul 2021 16:43:14 +0200 Franz Glasner FIX: 4ff02a4f401a made a somewhat wrong fix for Python 2.7: now the real fix takes into account that all text types are supposed to be Unicode in Python 2
Sun, 11 Jul 2021 16:39:19 +0200 Franz Glasner Unittests for ".getfirstvar_s()"
Sun, 11 Jul 2021 14:26:42 +0200 Franz Glasner Unittests for ".getfirstvar()"
Sun, 11 Jul 2021 14:19:35 +0200 Franz Glasner FIX: Test for Python 2.7: a real "False" needs to be a real "False"
Fri, 09 Jul 2021 08:53:30 +0200 Franz Glasner FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Thu, 24 Jun 2021 20:52:21 +0200 Franz Glasner Unittest to check "None" and "Empty" filters for existing values: they just pass through unchanged
Thu, 24 Jun 2021 20:26:33 +0200 Franz Glasner Avoid DeprecationWarning: assertEquals() -> assertEqual()
Thu, 24 Jun 2021 19:26:53 +0200 Franz Glasner Implement the "Empty" filter.
Thu, 24 Jun 2021 19:23:06 +0200 Franz Glasner Unittests for the "|None" filter
Sat, 08 May 2021 19:19:35 +0200 Franz Glasner docs, tests: notes and additional tests when quoting the "ref" namespace name
Sat, 08 May 2021 18:48:42 +0200 Franz Glasner Tests: add some more asserte to test_namespace_quoting
Fri, 07 May 2021 10:44:42 +0200 Franz Glasner WS
Fri, 07 May 2021 10:43:46 +0200 Franz Glasner Tests: more thorough tests of identity and inverse quoting
Fri, 07 May 2021 10:36:47 +0200 Franz Glasner Tests: Remove debug output
Fri, 07 May 2021 10:35:21 +0200 Franz Glasner By default quote also the characters "{", "}", "[" and "]" because they are special in YAML
Fri, 07 May 2021 09:30:46 +0200 Franz Glasner Tests: add a test for variable interpolation with a quoted namespace
Fri, 07 May 2021 09:23:45 +0200 Franz Glasner Tests: for namespace quoting use some encoding variants also
Fri, 07 May 2021 09:22:16 +0200 Franz Glasner WS
Fri, 07 May 2021 09:18:41 +0200 Franz Glasner FIX: Handle the unquoting of namespaces within Configuration.getvar() properly.
Thu, 06 May 2021 22:23:34 +0200 Franz Glasner Test that quote() and unquote() are inverse