-
Dasu (part 2)
-
Rewrite set_to_object() and related utility functions
-
Dasu (part 1)
-
test case for complaint(openua)
-
The type check of `path_to_value` was removed because there is already one in `set_to_object()`. The check for the value of the `value` argument was removed because it makes no sense, since `None` is a valid value too.
-
The new version supports nested objects (i.e. dictionaries in dictionaries and lists in dictionaries) just like the old one. Unlike the old version, the new one supports recursion (lists in dictionaries in lists of dictionaries in dictionaries in lists of dictionaries ...). Two-dimensional lists (lists of lists) are not yet supported.
-
This change makes the function more reliable, also, the error messages are now saner.
-
Error message generation is now simpler. The resulting message is cleaner as well.
-
update test case "Відображення мінімального кроку закупівлі другого е…
-
add tag award_complaint_draft
-
add tags lot_complaint_draft and tender_complaint_draft
-
add tag qualification_add_doc_to_first_award to single_item_tender.txt
-
update complaints.robot
-
Fix the build process; remove chromedriver package dependency (master branch)
-
Please note that it is just a (rather broken) Python package. Its purpose is solely to download a `chromedriver` binary from the Google servers and make it discoverable by simply importing the module. The reason for removal is that it currently breaks the build process and pulls a very outdated version. If you wish to use the test suites with the Chrome / Chromium browser, you should manually install a `chromedriver` binary of an appropriate version into one of your `$PATH` directories.
-
Also, a default value for `--setuptools-to-dir` is now specified. This change will make ez_setup.py use the cached setuptools.zip file, so there will be no more need to redownload it every time when `bootstrap.py` is invoked.
-
This pulls setuptools 33.1.1 – the last version that works reliably with zc.buildout.
-
update complaints.robot