Stand up test expressions #8

Closed
opened 2023-12-14 01:33:29 +00:00 by kredati · 1 comment
kredati commented 2023-12-14 01:33:29 +00:00 (Migrated from github.com)
  • test expressions should not make the interpreter panic
  • test expressions should be no-ops
  • test expressions should be conditionally run during some form of interpretation
  • test expressions should panic when they resolve to a falsy value
  • test expressions should report failure when they resolve to a falsy value
  • test expressions should report failure when they cause a panic
  • test expressions should report passing when they pass
  • test expressions should nest
  • test expressions should offer reasonable output when run in some context
  • test expressions should be integrated in some meaningful way into the web environment
  • test expressions should not interfere with the results of a script
  • test expressions should have robust error reporting
* [x] `test` expressions should not make the interpreter panic * [x] `test` expressions should be no-ops * [x] `test` expressions should be conditionally run during some form of interpretation * [x] ~~`test` expressions should panic when they resolve to a falsy value~~ * [x] `test` expressions should report failure when they resolve to a falsy value * [x] `test` expressions should report failure when they cause a panic * [x] `test` expressions should report passing when they pass * [x] ~~`test` expressions should nest~~ * [x] `test` expressions should offer reasonable output when run in some context * [x] `test` expressions should be integrated in some meaningful way into the web environment * [x] `test` expressions should not interfere with the results of a script * [x] `test` expressions should have robust error reporting
scott self-assigned this 2023-12-15 21:25:22 +00:00
scott added
now
and removed
next
labels 2023-12-18 05:47:55 +00:00

Merged in #20

Merged in #20
scott closed this issue 2023-12-24 21:00:10 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/ludus#8
No description provided.