dataservices-api/test/integration
Juan Ignacio Sánchez Lara b0c1948c14 TL;DR: safer deployment and minor fixes
- Instead of modifying cdb_service_quota_info to return max_batch_size,
a new type (service_quota_info_batch) and a new function
(cdb_service_quota_info_batch) are created. That makes deployment safe.
- Fixes geocoding with forced batch size 1.
- Improves namespacing for count_estimate (->
cdb_dataservices_client.cdb_count_estimate).
- Improves namespacing for jsonb_array_casttext (->
cdb_dataservices_client.cdb_jsonb_array_casttext).
2018-07-18 14:57:40 +02:00
..
__init__.py Created helper to be used in all the tests 2015-12-06 13:10:54 +01:00
test_admin0_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_admin1_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_data_observatory_functions.py Extracted parameters from getmeta and getdata functions tests to fix 2017-02-01 12:12:17 +01:00
test_ipaddress_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_isolines_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_namedplace_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_postalcode_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_routing_functions.py Added schema option to define in the integration tests 2016-11-07 10:33:15 +01:00
test_street_functions.py TL;DR: safer deployment and minor fixes 2018-07-18 14:57:40 +02:00