Skip to content

Integrate golang's skip mechanism with maelstrom-go-test. #367

@nfachan

Description

@nfachan

In go, calling t.Skip() will skip the test. This can be done at any time during test execution.

We should aggregate these skips and integrate them with our own notion of "ignored". That is, the tests should be outputted as "skipped" or "ignored", along side any tests were skipped in the toml file.

Definition of Done

  • CHANGELOG.md updated.
  • Documentation in doc/book/head updated.
  • Issue is in the correct milestone.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions