rust-leipzig / wiki

Markdown based wiki written in Rust
MIT License
17 stars 4 forks source link

[Improved] unittesting for test coverage #24

Closed Drogglbecher closed 7 years ago

Drogglbecher commented 7 years ago

When #22 is merged we can also use this examples.

Drogglbecher commented 7 years ago

I'm even not sure what's the best way to test the run function (since the tests crash in windows) and how to implement the tests in the tests folder. Even if I use super I the tests in the test folder are not executed with cargo test. :(