-
At some point, the docstrings need to be cleaned up. In the Doc Test, it passes CI, but there are lots of Errors and Warnings that could be addressed.
-
Zig version: 0.13.0
Os: Windows 10 64bit
Running `zig build serve` results in a lot of errors like this:
```
error: the following command exited with error code 1:
C:\Users\...\www.ziglang.org\…
Atomk updated
1 month ago
-
Hi,
I'm trying to introduce `mutmut` into an existing project but am failing to get it to run with:
```console
.venv/lib/python3.13/site-packages/mutmut/__main__.py", line 694, in execute_pytes…
-
This was not-fixed by https://github.com/istio/istio.io/pull/15474#issuecomment-2258801446
(but the fact that we had a commented "make sure we nuke the env because preceeding tests aren't cleaning …
-
@liudonghua123 commented on [Wed Jun 03 2020](https://github.com/dart-lang/language/issues/1004)
I used `doctest` in python (https://docs.python.org/3/library/doctest.html), javascript (https://githu…
-
Using [doctests](https://www.sphinx-doc.org/en/master/tutorial/describing-code.html#including-doctests-in-your-documentation) in the documentation breaks the docstrfmt linter.
When the linter runs …
-
Hi
Python latest version doesn't support numpy
-
Initial implementation: https://github.com/sol/doctest/pull/425
Based on: https://github.com/mpickering/cabal-doctest-demo/blob/master/cabal-doctest
Related discussions:
- https://github.com/hask…
-
### Description of Issue
We are noticing an issue with running some of the embedded Boost python tests when building USD for Python 3.11 (pxr/external/boost/python/test). These tests utilize doctes…
-
## Description
I created a project based on the executable_dll_and_plugin example where I wanted to try doctest and see how it works when tests are implemented alongside library source code. Everyt…