.. |
config
|
Limit generated seed to < 100,000
|
2021-05-16 20:39:35 -06:00 |
dsl
|
Only show "Not yet implemented" for missing test block
|
2021-06-12 09:53:42 -06:00 |
formatting
|
Pass and output along reason for pending/skip result
|
2021-06-09 22:15:15 -06:00 |
matchers
|
Merge branch 'release/0.10' into reporting
|
2021-05-19 20:15:51 -06:00 |
mocks
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
spec
|
Default reason for missing example block "Not yet implemented"
|
2021-06-11 21:16:46 -06:00 |
abstract_expression.cr
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
anything.cr
|
Docs
|
2021-04-26 17:11:53 -06:00 |
block.cr
|
Merge branch 'example-api' of gitlab.com:arctic-fox/spectator into example-api
|
2021-01-16 18:05:48 -07:00 |
composite_example_filter.cr
|
Add missing require statements
|
2020-09-12 15:58:54 -06:00 |
config.cr
|
Get config, spec, builder, and runner working together
|
2021-05-12 21:41:34 -06:00 |
context.cr
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
context_delegate.cr
|
Add null constructor
|
2021-01-09 10:56:33 -07:00 |
context_method.cr
|
Create example context variants
|
2020-09-06 10:31:23 -06:00 |
dsl.cr
|
Prevent using reserved keywords in let and subject
|
2021-02-10 16:58:17 -07:00 |
error_result.cr
|
Basically done JSON formatter
|
2021-06-02 22:48:48 -06:00 |
events.cr
|
Promote hooks to fully-fledge types
|
2021-01-09 11:06:59 -07:00 |
example.cr
|
Default reason for missing example block "Not yet implemented"
|
2021-06-11 21:16:46 -06:00 |
example_context_delegate.cr
|
Scratch work
|
2020-11-08 15:06:49 -07:00 |
example_context_method.cr
|
Dynamic examples with null context
|
2020-11-07 14:43:59 -07:00 |
example_filter.cr
|
Override === to call includes?
|
2021-05-08 23:33:59 -06:00 |
example_group.cr
|
Fix premature call of after_all hook
|
2021-06-05 22:44:34 -06:00 |
example_group_hook.cr
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
example_hook.cr
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
example_iterator.cr
|
Move Node out of Spec namespace
|
2021-05-07 20:09:33 -06:00 |
example_pending.cr
|
Add ability to mark example skipped/pending mid-test
|
2021-06-09 21:57:17 -06:00 |
example_procsy_hook.cr
|
Use multiple << on a single line
|
2021-05-30 14:21:42 -06:00 |
expectation.cr
|
Handle nil location
|
2021-06-02 23:35:41 -06:00 |
expectation_failed.cr
|
Use ExpectationFailed instead of AssertionFailed
|
2021-01-20 21:38:34 -07:00 |
expression.cr
|
Introduce abstract generic value type
|
2021-01-15 22:32:02 -07:00 |
fail_result.cr
|
Basically done JSON formatter
|
2021-06-02 22:48:48 -06:00 |
formatting.cr
|
Rename module from Formatters to Formatting
|
2019-02-28 19:14:03 -07:00 |
harness.cr
|
Consolidate default pending reason
|
2021-06-11 18:59:10 -06:00 |
includes.cr
|
Fix paths and references
|
2021-05-08 23:46:19 -06:00 |
label.cr
|
Start rework on capturing expressions
|
2021-01-09 00:12:28 -07:00 |
lazy.cr
|
Address Ameba errors
|
2021-01-30 18:57:29 -07:00 |
lazy_wrapper.cr
|
More docs
|
2021-02-09 22:50:09 -07:00 |
line_example_filter.cr
|
Handle nil location
|
2021-06-02 23:35:41 -06:00 |
location.cr
|
Consistent location fields
|
2021-06-02 23:09:30 -06:00 |
location_example_filter.cr
|
Handle nil location
|
2021-06-02 23:35:41 -06:00 |
matchers.cr
|
Add top-level namespace docs
|
2018-12-10 16:08:25 -07:00 |
mocks.cr
|
Add mock registry prep
|
2019-11-09 10:49:29 -07:00 |
name_example_filter.cr
|
Add return type annotations
|
2019-09-23 20:32:21 -06:00 |
node.cr
|
Check pending, skip, and reason tags for reason
|
2021-06-11 19:29:29 -06:00 |
null_context.cr
|
Dynamic examples with null context
|
2020-11-07 14:43:59 -07:00 |
null_example_filter.cr
|
Add return type annotations
|
2019-09-23 20:32:21 -06:00 |
pass_result.cr
|
Basically done JSON formatter
|
2021-06-02 22:48:48 -06:00 |
pending_result.cr
|
Consolidate default pending reason
|
2021-06-11 18:59:10 -06:00 |
profile.cr
|
Move profile JSON formatting into Profile class
|
2021-06-02 23:51:53 -06:00 |
report.cr
|
Implement JUnit formatter
|
2021-05-30 15:02:30 -06:00 |
result.cr
|
Basically done JSON formatter
|
2021-06-02 22:48:48 -06:00 |
run_flags.cr
|
Use enum flags for run modes
|
2021-05-08 22:51:54 -06:00 |
should.cr
|
Fix short-hand should syntax
|
2021-01-30 20:27:36 -07:00 |
spec.cr
|
Don't use random seed unless randomized
|
2021-05-18 18:50:43 -06:00 |
tags.cr
|
Store tags with an optional string value
|
2021-06-11 18:26:55 -06:00 |
test_context.cr
|
Change DSL::Values to DSL::Memoize
|
2021-02-10 17:07:49 -07:00 |
value.cr
|
Handle nil labels
|
2021-01-16 11:11:42 -07:00 |
wrapper.cr
|
More docs
|
2021-02-09 22:50:09 -07:00 |