enso/test
James Dunkerley 964fdfd7ea
Align XML_Document and XML_Element APIs more. (#9233)
- Added `to_table` extensions on some core types.
- Added ICON to `Any.to`.
- Added ICON to `Column.info`, `Table.info`, `DB_Column.info` and `DB_Table.info`.
- Added defaults to `Table.cross_tab` and `DB_Table.cross_tab`.
- Added `name`, `get`, `at`, `inner_xml` and `outer_xml` to `XML_Document`.
- Added constants into left hand side of simple expressions.
- Added widget to `get` and `at` on `XML_Document` and `XML_Element`. (Some bug in annotation code with Dmitry)
- Altered `get` and `at` to not allow XPath and just get direct child/attribute values.
- Added `get_xpath` to `XML_Document`.
- Renamed `get_elements_by_tag_name` to `get_descendants_by_tag_name` and added new `get_children_by_tag_name`.
- Added `child_names` and `attribute_names` to `XML_Document` and `XML_Element`.
2024-03-01 17:42:44 +00:00
..
AWS_Tests Implementing reading Data Links (#9215) 2024-03-01 15:33:21 +00:00
Base_Tests Align XML_Document and XML_Element APIs more. (#9233) 2024-03-01 17:42:44 +00:00
Benchmarks Update the aggregate API to take a separate group_by (#9027) 2024-02-13 10:23:59 +00:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks IsNa to IsNothing, missing to Nothing in Table code. (#9154) 2024-02-26 10:52:07 +00:00
Geo_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Image_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
micro-distribution Refactor common context handling pattern (#9087) 2024-02-19 11:59:42 +00:00
Table_Tests Implement Table.replace for the database backend (#8986) 2024-02-29 18:36:42 +00:00
Visualization_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00