2019-04-11 14:53:32 +00:00
|
|
|
# Operations
|
|
|
|
|
|
|
|
Operations (or "transactions" in previous spec iterations),
|
|
|
|
are atomic changes to the state, introduced by embedding in blocks.
|
|
|
|
|
2019-04-15 13:08:27 +00:00
|
|
|
An operation test-runner can consume these operation test-suites,
|
2019-04-11 14:53:32 +00:00
|
|
|
and handle different kinds of operations by processing the cases using the specified test handler.
|
|
|
|
|
2020-03-27 13:02:56 +00:00
|
|
|
Information on the format of the tests can be found in the [operations test formats documentation](../../formats/operations/README.md).
|
2019-04-11 14:53:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
|