aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2021-04-06 19:42:09 +0100
committerKirill Bulatov <[email protected]>2021-04-06 19:42:27 +0100
commite785672f15a6da1314585ebcf2c235911a9be4f8 (patch)
treed19d52be3bb304128579ab27a753b941437f56f1 /docs/dev
parentb5f3815aee89ee3ec9c4b84765fdcb50adaf9f1b (diff)
Adjust fixture docs a bit
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 8a12381ab..3ffd9e8cb 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -390,7 +390,7 @@ fn spam() {
390``` 390```
391 391
392To specify input data, we use a single string literal in a special format, which can describe a set of rust files. 392To specify input data, we use a single string literal in a special format, which can describe a set of rust files.
393See the `Fixture` type. 393See the `Fixture` its module for fixture examples and documentation.
394 394
395**Architecture Invariant:** all code invariants are tested by `#[test]` tests. 395**Architecture Invariant:** all code invariants are tested by `#[test]` tests.
396There's no additional checks in CI, formatting and tidy tests are run with `cargo test`. 396There's no additional checks in CI, formatting and tidy tests are run with `cargo test`.