Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test failure source locations lazy #12260

Merged
merged 85 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
12632d6
wip
GregoryTravis Feb 5, 2025
007f068
nesting
GregoryTravis Feb 5, 2025
c4438e7
wip
GregoryTravis Feb 5, 2025
f926e8b
wip
GregoryTravis Feb 5, 2025
461f7b2
all in extensions and test
GregoryTravis Feb 5, 2025
39bcd9b
wip
GregoryTravis Feb 5, 2025
5c5a9bd
convert all
GregoryTravis Feb 5, 2025
1fd5911
all fts
GregoryTravis Feb 5, 2025
ff9c67a
no gsl
GregoryTravis Feb 5, 2025
ca2c0ce
wip
GregoryTravis Feb 5, 2025
10e6212
merge
GregoryTravis Feb 6, 2025
8f26d0a
simplify, no obj
GregoryTravis Feb 6, 2025
20072e9
wip
GregoryTravis Feb 6, 2025
b8afddf
wip
GregoryTravis Feb 6, 2025
75cfe92
fix signatures
GregoryTravis Feb 6, 2025
10814db
wip
GregoryTravis Feb 6, 2025
c3635b0
into Main
GregoryTravis Feb 6, 2025
c4cdca9
wip
GregoryTravis Feb 6, 2025
7fff45f
put gsl back for with_retries
GregoryTravis Feb 6, 2025
11ba0f8
gsl test back
GregoryTravis Feb 6, 2025
429fd69
wip
GregoryTravis Feb 6, 2025
2cdfdf9
wip
GregoryTravis Feb 6, 2025
e9d78e3
disambiguate
GregoryTravis Feb 6, 2025
c8af61b
unomitting
GregoryTravis Feb 6, 2025
9828302
more tests
GregoryTravis Feb 6, 2025
e524998
goofy but works
GregoryTravis Feb 7, 2025
0eb6018
fold
GregoryTravis Feb 7, 2025
02dd307
log
GregoryTravis Feb 7, 2025
26ed0f6
problems
GregoryTravis Feb 7, 2025
be6f652
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 10, 2025
9c96e13
more us
GregoryTravis Feb 10, 2025
2725dc9
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 11, 2025
023bb2b
mls
GregoryTravis Feb 11, 2025
0661925
no-arg test, fix 2-arg test
GregoryTravis Feb 11, 2025
5fe1222
0, 1, 2
GregoryTravis Feb 11, 2025
635e050
wrappers
GregoryTravis Feb 11, 2025
903a364
wip
GregoryTravis Feb 11, 2025
de153c1
rename
GregoryTravis Feb 11, 2025
c9db11c
wip
GregoryTravis Feb 11, 2025
3e1f4d2
wip
GregoryTravis Feb 11, 2025
fc7a125
type
GregoryTravis Feb 11, 2025
b7d9d60
docs
GregoryTravis Feb 11, 2025
9822e59
wip
GregoryTravis Feb 11, 2025
b2140bb
wip
GregoryTravis Feb 11, 2025
88115ce
wip
GregoryTravis Feb 11, 2025
049f263
unc
GregoryTravis Feb 11, 2025
b334d28
review
GregoryTravis Feb 12, 2025
551fa7b
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 12, 2025
f0cdd00
wip
GregoryTravis Feb 12, 2025
cf7bc55
more lazy in Table_Tests Util.enso
GregoryTravis Feb 12, 2025
eb0553e
Move location spec to Test_Tests.
GregoryTravis Feb 12, 2025
260c482
fix MLS test maybe
GregoryTravis Feb 12, 2025
dec480c
fix with_retries
GregoryTravis Feb 12, 2025
cc3f27d
wip
GregoryTravis Feb 12, 2025
9e64f85
wip
GregoryTravis Feb 12, 2025
4b77e2b
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 13, 2025
496c2bd
uncurry testers
GregoryTravis Feb 13, 2025
c75bc3f
uncurry testers
GregoryTravis Feb 13, 2025
d1bed32
uncurry testers
GregoryTravis Feb 13, 2025
d3e668c
remove debug
GregoryTravis Feb 13, 2025
82b40c0
wip
GregoryTravis Feb 13, 2025
3f01593
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 17, 2025
d1acc0d
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 17, 2025
fd369d2
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 19, 2025
5da71e2
revert local-only test fix
GregoryTravis Feb 19, 2025
5fb6928
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 20, 2025
f803c6e
remove test/ from filenames
GregoryTravis Feb 20, 2025
d0d085c
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 21, 2025
8f07385
platform agnostic
GregoryTravis Feb 21, 2025
ed8e697
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 25, 2025
1cfa97e
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 26, 2025
6019ec4
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 27, 2025
805e5f6
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Feb 28, 2025
062b4dd
docs
GregoryTravis Feb 28, 2025
5fa536e
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Mar 5, 2025
3365376
add api
GregoryTravis Mar 5, 2025
f9b76df
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Mar 6, 2025
cc9f85c
fix paths
GregoryTravis Mar 6, 2025
98b82c9
Revert "fix paths"
GregoryTravis Mar 6, 2025
199556a
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
mergify[bot] Mar 7, 2025
8ca9b29
Merge branch 'develop' into wip/gmt/12215-slow-stack-frame
GregoryTravis Mar 7, 2025
f3fa13e
split expected strings
GregoryTravis Mar 7, 2025
0151a40
split expected strings
GregoryTravis Mar 7, 2025
4d80557
update line numbers
GregoryTravis Mar 7, 2025
5b18e9d
Merge branch 'wip/gmt/12215-slow-stack-frame' of github.com:enso-org/…
GregoryTravis Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 54 additions & 54 deletions distribution/lib/Standard/Test/0.0.0-dev/docs/api/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,65 @@
## module Standard.Test.Extensions
- Standard.Base.Any.Any.should_be_a self typ:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_be_a self typ:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_end_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_end_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_ignoring_order self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_ignoring_order self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_fail_with self matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_fail_with self matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_only_contain_elements_in self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_only_contain_elements_in self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_start_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_start_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_succeed self frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_succeed self frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_end_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_end_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_ignoring_order self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_ignoring_order self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_fail_with self matcher:Standard.Base.Any.Any unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_fail_with self matcher:Standard.Base.Any.Any unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_not_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_only_contain_elements_in self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_only_contain_elements_in self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_start_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_start_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_succeed self -> Standard.Base.Any.Any
- Standard.Base.Any.Any.should_succeed self -> Standard.Base.Any.Any
- Standard.Base.Data.Boolean.Boolean.should_be_false self -> Standard.Base.Any.Any
- Standard.Base.Data.Boolean.Boolean.should_be_false self -> Standard.Base.Any.Any
- Standard.Base.Data.Boolean.Boolean.should_be_true self -> Standard.Base.Any.Any
- Standard.Base.Data.Boolean.Boolean.should_be_true self -> Standard.Base.Any.Any
- Standard.Base.Data.Decimal.Decimal.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Decimal.Decimal.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_a self typ:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_a self typ:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Decimal.Decimal.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Decimal.Decimal.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_a self typ:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_a self typ:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_false self -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_false self -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_true self -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_be_true self -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_end_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_end_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_ignoring_order self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_ignoring_order self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_fail_with self matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_fail_with self matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_contain self element:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal_type self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_only_contain_elements_in self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_only_contain_elements_in self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_start_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_start_with self that:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_succeed self frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_succeed self frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Numbers.Number.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Numbers.Number.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_end_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_end_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_ignoring_order self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_ignoring_order self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_fail_with self matcher:Standard.Base.Any.Any unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_fail_with self matcher:Standard.Base.Any.Any unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_contain self element:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_not_equal_type self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_only_contain_elements_in self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_only_contain_elements_in self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_start_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_start_with self that:Standard.Base.Any.Any -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_succeed self -> Standard.Base.Any.Any
- Standard.Base.Error.Error.should_succeed self -> Standard.Base.Any.Any
- Standard.Base.Data.Numbers.Number.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- Standard.Base.Data.Numbers.Number.should_equal self that:Standard.Base.Any.Any epsilon:Standard.Base.Any.Any= -> Standard.Base.Any.Any
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Enso Signatures 1.0
## module Standard.Test.Frame_Hider
- type Frame_Hider
- get_top_stack_frame -> Standard.Base.Data.Text.Text
- hide ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any
- unhide ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any
- unhide_1 f:Standard.Base.Any.Any x:Standard.Base.Any.Any -> Standard.Base.Any.Any
- unhide_2 f:Standard.Base.Any.Any x:Standard.Base.Any.Any y:Standard.Base.Any.Any -> Standard.Base.Any.Any
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
- expect_warning expected_warning:Standard.Base.Any.Any result:Standard.Base.Any.Any unwrap_errors:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- get_attached_warnings v:Standard.Base.Any.Any -> Standard.Base.Any.Any
- not_expect_warning expected_warning_type:Standard.Base.Any.Any result:Standard.Base.Any.Any -> Standard.Base.Any.Any
- test_advanced_problem_handling action:Standard.Base.Any.Any error_checker:Standard.Base.Any.Any warnings_checker:Standard.Base.Any.Any result_checker:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- test_advanced_problem_handling action:Standard.Base.Any.Any error_checker:Standard.Base.Any.Any warnings_checker:Standard.Base.Any.Any result_checker:Standard.Base.Any.Any -> Standard.Base.Any.Any
- test_problem_handling action:Standard.Base.Any.Any expected_problems:Standard.Base.Any.Any result_checker:Standard.Base.Any.Any unwrap_errors:Standard.Base.Data.Boolean.Boolean= ignore_warning_cardinality:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Any.Any
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- type Should_Reach
- new -> Standard.Base.Any.Any
- reached self -> Standard.Base.Nothing.Nothing
- should_have_reached self frames_to_skip:Standard.Base.Data.Numbers.Integer= -> Standard.Test.Spec_Result.Spec_Result
- should_have_reached self -> Standard.Test.Spec_Result.Spec_Result
7 changes: 3 additions & 4 deletions distribution/lib/Standard/Test/0.0.0-dev/docs/api/Test.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Enso Signatures 1.0
## module Standard.Test.Test
- type Test
- assert_no_problems value:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- assert_no_problems value:Standard.Base.Any.Any -> Standard.Base.Any.Any
- build fn:Standard.Base.Any.Any -> Standard.Base.Any.Any
- enrich_message_with_clue message:Standard.Base.Any.Any -> Standard.Base.Any.Any
- expect_panic matcher:Standard.Base.Any.Any ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any
- expect_panic_with ~action:Standard.Base.Any.Any matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- expect_panic_with ~action:Standard.Base.Any.Any matcher:Standard.Base.Any.Any -> Standard.Base.Any.Any
- fail message:Standard.Base.Any.Any details:Standard.Base.Any.Any= -> Standard.Base.Any.Any
- fail_match_on_unexpected_error error:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any -> Standard.Base.Any.Any
- get_source_location skip_frames:Standard.Base.Data.Numbers.Integer -> Standard.Base.Data.Text.Text
- fail_match_on_unexpected_error error:Standard.Base.Any.Any -> Standard.Base.Any.Any
- with_clue ~clue:Standard.Base.Any.Any ~behavior:Standard.Base.Any.Any -> Standard.Base.Any.Any
- with_retries ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any
Loading
Loading