diff options
author | Kirill Bulatov <[email protected]> | 2021-04-06 19:42:09 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-04-06 19:42:27 +0100 |
commit | e785672f15a6da1314585ebcf2c235911a9be4f8 (patch) | |
tree | d19d52be3bb304128579ab27a753b941437f56f1 /docs/dev | |
parent | b5f3815aee89ee3ec9c4b84765fdcb50adaf9f1b (diff) |
Adjust fixture docs a bit
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/architecture.md | 2 |
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 | ||
392 | To specify input data, we use a single string literal in a special format, which can describe a set of rust files. | 392 | To specify input data, we use a single string literal in a special format, which can describe a set of rust files. |
393 | See the `Fixture` type. | 393 | See 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. |
396 | There's no additional checks in CI, formatting and tidy tests are run with `cargo test`. | 396 | There's no additional checks in CI, formatting and tidy tests are run with `cargo test`. |