Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ fn test_simple_fraction() {
}
```

## Helpful Links

* [MathCAT Demo]([https://www.mathjax.org/#demo](https://daisy.github.io/MathCATDemo/)): lets you paste a MathML fragment and inspect its displayed math, speech and braille.

### Test Coverage

Test coverage helps identify which parts of the code are exercised by tests and which parts need more testing.
Expand Down Expand Up @@ -121,4 +125,4 @@ open target/coverage/html/index.html

**Alternative: IDE Integration**

Many Rust IDEs provide built-in test coverage support, like RustRover or VSCode.
Many Rust IDEs provide built-in test coverage support, like RustRover or VSCode.