-
## Description
It seems like the ```doctest_mpi``` extension doesn't recognize ```DOCTEST_CONFIG_DISABLE``` as a flag for disabling tests.
This leads to compilation errors.
### Steps to reprodu…
-
Thank you very much for providing such a useful tool! I am trying to integrate it in the testing setup for our research codes at [OpenSourceEconomics](https://github.com/OpenSourceEconomics). However,…
-
I try to use doctest only in my code (with occasional `unittest.DoctestRunner`) and it's always a hassle to capture log output, because doctest clones the logger instances transparently (or something)…
-
By default pytest does not import all modules so it is fine if they have import errors due to optional dependencies.
You can cause pytest to import all modules if you pass --doctest-modules. If som…
-
I already have an EUnit setup that among other things modifies EUnit options, so replacing it with the doctests output from this library is not an option. However, it would be cool if the `doctest` mo…
-
**Is your feature request related to a problem? Please describe.**
At the moment docstrings are untested.
**Describe the solution you'd like**
Enable sphinx's doctest extension, see [here](ht…
-
Recent versions of `stack` have trouble running doctests if `cabal-doctest` is not used.
https://github.com/commercialhaskell/stackage/issues/5162
servant-rawm should switch to using `cabal-doct…
-
Apparently (#5747) we can use notation such as
```compile_fail,E0271
// test that fails with code E0271
```
This isn't documented anywhere, but it is a feature for Rust developers …
-
**Is your documentation request related to a problem? Please describe.**
Code examples in our documentation can fall behind the actual code. If an API changes, the example may no longer run. This is …
-
Edit: deleted the first one which isn't reproducible in CPU time
**Silver**
This took less time than the third place finisher but the "(5 seconds)" comment is worth extra points.
```
File "src/s…