rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.84k stars 1.62k forks source link

Support for automated tests in languages other than Rust #2400

Open bbaterdene-gh opened 3 months ago

bbaterdene-gh commented 3 months ago

Question

In the mdBook documentation, it's stated that mdBook supports running tests, but currently, this feature is limited to Rust tests. Are there any plans or ongoing efforts to extend this support to other programming languages? If not, how can I contribute to adding support for automated tests in other languages?

Version

No response