enso/test
James Dunkerley 701c644d0e
Tidy up the remaining ones except Base... (#3797)
- Removed `Dubious constructor export` from Examples, Geo, Google_Api, Image and Test.
- Updated Google_Api project to meet newer code standards.
- Restructured `Standard.Test`:
- `Main.enso` now exports `Bench`, `Faker`, `Problems`, `Test`, `Test_Suite`
- `Test.Suite` methods moved into a `Test_Suite` type.
- Moved `Bench.measure` into `Bench` type.
- Separated the reporting to a `Test_Reporter` module.
- Moved `Faker` methods into `Faker` type.
- Removed `Verbs` and `.should` method.
- Added `should_start_with` and `should_contain` extensions to `Any`.
- Restructured `Standard.Image`:
- Merged Codecs methods into `Image`.
- Export `Image`, `Read_Flag`, `Write_Flag` and `Matrix` as types from `Main.enso`.
- Merged the internal methods into `Matrix` and `Image`.
- Fixed `Day_Of_Week` to be exported as a type and sort the `from` method.
2022-10-17 11:27:27 +00:00
..
Benchmarks Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Examples_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Geo_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Google_Api_Test Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Image_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
micro-distribution Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Table_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Visualization_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00