enso/test
James Dunkerley 610ee5fdec
Expand and improve pretty for core data types, vector and table. (#11438)
-  Alter default `Any.pretty` so constructor is prefixed with type name (as needed now).
![image](https://github.com/user-attachments/assets/72d5ff2f-b567-47e2-becf-2e4acd4d089d)
-  Tests for `pretty` on `Date`.
- `pretty` for  `Date_Time` and  `Time_Of_Day` improved to not have as much noise.
- `pretty` for  `Period`,  `Date_Range` and  `Range`.
- Added custom `pretty` for  `Vector` and  `Array` as built-in method doesn't call through to overrides.
- Added custom `pretty` for  `Column` and  `Table`.
- Bug fix for `pretty` in `Time_Zone` so calls through to `pretty` of the zone_id to ensure safely escaped.
- Initial `default_widget` for `Date` and `Time_Of_Day`.
- Improve widget for `Date.to_date_time`.
![image](https://github.com/user-attachments/assets/18bc1d88-8ea9-42d0-8a9c-bc873e5d6835)
- `to_text`, `to_display_text` and `pretty` for `Enso_Secret`
![image](https://github.com/user-attachments/assets/d850c109-d1af-4b6f-a450-013c4d137805)
- private constructor for `Enso_Secret` as can't be correctly built directly.
- Use `_` for the testing methods in `HTTP` to clarify they shouldn't be used in general code.
2024-10-31 10:04:52 +00:00
..
AWS_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Base_Internal_Tests Execute Base_Internal_Tests with native enso executable (#11403) 2024-10-25 17:58:35 +00:00
Base_Tests Expand and improve pretty for core data types, vector and table. (#11438) 2024-10-31 10:04:52 +00:00
Benchmarks Benchmark time it takes compile Standard.Base library (#11355) 2024-10-21 14:34:38 +00:00
Examples_Tests Rename Map to Dictionary and Set to Hashset. (#10474) 2024-07-09 09:12:23 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Snowflake Dialect pt. 6 - Union, Distinct and other improvements (#10576) 2024-07-19 16:04:00 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Run node in a different execution environment (#11173) 2024-10-09 12:09:45 +00:00
Microsoft_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Snowflake_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Table_Tests Expand and improve pretty for core data types, vector and table. (#11438) 2024-10-31 10:04:52 +00:00
Tableau_Tests Add CI checks for aarch64 (#10881) 2024-08-30 09:16:01 +01:00
Visualization_Tests Display error message when Scatterplot Visualization errors out (#11284) 2024-10-18 11:30:14 +00:00