Commit Graph

20 Commits

Author SHA1 Message Date
Fabio Caccamo 0ca7599841 Fixed lists concat when merging nested dicts. #48 2021-01-19 11:55:35 +01:00
Fabio Caccamo 61e50666a7 Improved tests. 2021-01-18 16:00:22 +01:00
Fabio Caccamo 05ccdfcb95 Fixed tests. 2020-12-22 13:17:23 +01:00
Fabio Caccamo a2036f45bd Removed sort_keys=True by default in JSON serializer. 2020-12-22 13:11:00 +01:00
Fabio Caccamo 1782a9f72a Fixed broken json dumps using cloned instance. #46 2020-12-22 12:52:55 +01:00
Fabio Caccamo a121c9da9e Fixed benedict yaml representer. #43 2020-11-30 11:26:20 +01:00
Fabio Caccamo cdcc638758 Fixed dump benedict object to yaml not working correctly. #43 2020-11-27 12:06:40 +01:00
Fabio Caccamo d0b5f17295 Fixed performance issue. #39 2020-09-30 18:59:40 +02:00
Fabio Caccamo 497d3782c0 Fixed to_json returns empty dict from generator. #38 2020-09-29 10:31:55 +02:00
Fabio Caccamo 06c13218cd Removed old @unittest.skip commented decorator. 2020-09-23 11:12:18 +02:00
Fabio Caccamo a7301ee1f8 Enforced BaseDict pointer tests. 2020-09-23 10:19:13 +02:00
Fabio Caccamo e879cda2b7 Fixed test_issue_0034. 2020-09-22 15:19:39 +02:00
Fabio Caccamo 51169d8a79 Fixed json.dumps no longer works directly with benedict. #34 2020-09-22 15:09:40 +02:00
Fabio Caccamo 9f5602cf1e Fixed test method name. 2020-09-22 14:17:23 +02:00
Fabio Caccamo 1bf7864ecb Added match utility method. #11 #16 2020-09-22 14:10:59 +02:00
Fabio Caccamo 81197b2d71 Fixed keypath_separator inheritance when init from another benedict instance. #35 2020-09-22 14:07:50 +02:00
Fabio Caccamo eac655b67f Added BaseDict to keep pointer to the initial input dict. #32 2020-09-17 19:05:55 +02:00
Fabio Caccamo 0abe713e84 Updated dict pointers test. #25 2020-09-04 15:58:37 +02:00
Fabio Caccamo b9dfedf8da Added test case for issue #25 2020-09-02 13:48:22 +02:00
Fabio Caccamo 991487590f Added issue #20 test case. 2020-08-12 12:42:16 +02:00