log tests/test.py @ 198:0b855758ba08

age author description
Fri, 03 May 2019 22:26:06 +0200 Franz Glasner An additional TOML-related unittest (types)
Fri, 03 May 2019 21:59:51 +0200 Franz Glasner An additional unit test with a TOML style configuration file
Fri, 03 May 2019 21:51:09 +0200 Franz Glasner Added support for TOML style configuration files
Fri, 03 May 2019 10:42:54 +0200 Franz Glasner Unit-tests with the file-mode scanner
Fri, 03 May 2019 09:43:15 +0200 Franz Glasner Refactor: Renamed public functions to be conform with the new loader search
Thu, 25 Apr 2019 17:00:09 +0200 Franz Glasner The associations from filename extensions to parsers are "fnmatch" style patterns now.
Sat, 14 Apr 2018 09:55:10 +0200 Franz Glasner Add a unittest that scans the complete configuration dict for comment keys
Fri, 13 Apr 2018 09:51:02 +0200 Franz Glasner Allow comments as keys and filter them by default
Fri, 06 Apr 2018 22:54:45 +0200 Franz Glasner Unittests for custom configuration filename extensions
Thu, 05 Apr 2018 09:12:29 +0200 Franz Glasner Check the return type of the JSON and YAML loading functions: they must be a dict alike
Wed, 04 Apr 2018 23:36:26 +0200 Franz Glasner Added more JSON specific unit tests
Wed, 04 Apr 2018 20:53:06 +0200 Franz Glasner Use the available "OrderedDict" class as dict for the JSON parser
Wed, 04 Apr 2018 09:45:29 +0200 Franz Glasner Begin the handling of JSON-style configuration files
Thu, 29 Mar 2018 12:38:52 +0200 Franz Glasner The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Thu, 29 Mar 2018 12:37:20 +0200 Franz Glasner FIX: YAML-file streams must be opened as UTF-8 text files; otherwise double encoding occurs for non-Unicode locales (e.g. Windows)
Thu, 29 Mar 2018 08:53:35 +0200 Franz Glasner More unittests for fetching namespaced variables and filters
Sat, 24 Mar 2018 21:05:31 +0100 Franz Glasner Test whether safe_merge really returns a deepcopy in the initial case and when not really merging
Sat, 24 Mar 2018 20:57:42 +0100 Franz Glasner Implemented a "safe_load()" to load with safe merging
Sat, 24 Mar 2018 16:04:52 +0100 Franz Glasner Test replacing lists by strings and replacing strings by lists
Fri, 23 Mar 2018 17:43:36 +0100 Franz Glasner Unittests with some real-worl-examples of .yml and .ini configuration files
Sun, 18 Mar 2018 19:15:01 +0100 Franz Glasner Build a tree-ish configuration from an INI style configuration file
Sun, 18 Mar 2018 17:57:53 +0100 Franz Glasner Test octal n umbers in values
Sun, 18 Mar 2018 14:44:41 +0100 Franz Glasner Start with unit tests