shard-spectator/src/spectator
Michael Miller e2cdc9e08e
Re-enable logger after catching exit
The logger is closed during at-exit hooks that get invoked by Kernel's exit method.
2022-11-04 22:10:59 -06:00
..
config
dsl Add short before/after hook name 2022-11-04 16:55:31 -06:00
formatting Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
matchers Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
mocks Avoid printing double contents from to_s 2022-11-04 20:35:43 -06:00
abstract_expression.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
anything.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
block.cr
composite_node_filter.cr
config.cr Quick implementation of filter_run_when_matching 2021-08-18 13:46:54 -06:00
context.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
context_delegate.cr
context_method.cr
dsl.cr
error_result.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
example.cr Minor improvements to log output 2022-11-04 22:05:27 -06:00
example_builder.cr
example_context_delegate.cr
example_context_method.cr
example_failed.cr Introduce non-expectation error ExampleFailed 2021-07-10 03:32:55 -06:00
example_group.cr Minor improvements to log output 2022-11-04 22:05:27 -06:00
example_group_builder.cr
example_group_hook.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
example_group_iteration.cr
example_hook.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
example_iterator.cr
example_pending.cr
example_procsy_hook.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
expectation.cr
expectation_failed.cr
expression.cr
fail_result.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
filtered_example_iterator.cr
formatting.cr
harness.cr
hooks.cr
includes.cr
iterative_example_group_builder.cr
label.cr
lazy.cr
lazy_wrapper.cr More docs 2021-02-09 22:50:09 -07:00
line_node_filter.cr
location.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
location_node_filter.cr Change ExampleFilter to a NodeFilter 2021-08-08 12:13:59 -06:00
matchers.cr
metadata.cr
mocks.cr
multiple_expectations_failed.cr Implement aggregate_failures 2021-07-31 11:56:53 -06:00
name_node_filter.cr
node.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
node_builder.cr Cleanup and add docs 2021-07-17 14:01:27 -06:00
node_filter.cr
node_iterator.cr
null_context.cr
null_node_filter.cr
pass_result.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
pending_example_builder.cr
pending_result.cr Add type annotations to to_s and inspect 2022-11-04 20:56:02 -06:00
profile.cr
report.cr
result.cr
run_flags.cr
runner.cr
runner_events.cr
should.cr
spec.cr
spec_builder.cr
system_exit.cr Re-enable logger after catching exit 2022-11-04 22:10:59 -06:00
tag_node_filter.cr
test_context.cr
value.cr
wrapper.cr