21 lines
795 B
Markdown
Raw Normal View History

2024-05-21 18:10:58 +02:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Operations](#operations)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2019-04-12 00:53:32 +10:00
# Operations
Operations (or "transactions" in previous spec iterations),
are atomic changes to the state, introduced by embedding in blocks.
An operation test-runner can consume these operation test-suites,
2019-04-12 00:53:32 +10:00
and handle different kinds of operations by processing the cases using the specified test handler.
2020-03-27 14:02:56 +01:00
Information on the format of the tests can be found in the [operations test formats documentation](../../formats/operations/README.md).
2019-04-12 00:53:32 +10:00