|
|
|
|
|
by michaelmior
555 days ago
|
|
> doctests are nonsense, just write tests Why are doctests not tests? > doctests like rusts that just validate example snippets are the closest thing to good I've seen so far Rust's doctests don't seem to be fundamentally different from Python doctests, which is the language I've seen most commonly make use of doctests. |
|