-
_Originally posted by @geekosaur in https://github.com/haskell/cabal/issues/10421#issuecomment-2408683328_
A quick look at the Doctest and buildinfo filed generator jobs (e.g. [this](https://github…
-
> NOTE: We are just about to have a major refactor of the codebase, so this should be done after #381 is merged.
It might be nice to make the api docs (auto build from the docstrings) more engaging…
-
After working around #389, running `zig build serve` on my system (Windows) results in the following failures.
I understand these samples are not really meant to be run on *any* system, I just want t…
-
### Description
I would like to request the addition of a new code formatting option in Typst to support Python doctest code blocks. Specifically, I propose the name "pycon" (the same name that pygme…
-
Unittests shouldn't execute at import time. They should ideally be run using a test runner, such as nosetests, or at least be under
```
if __name__ == '__main__':
```
-
Currently, the custom Setup.hs used for doctests causes cross-compilation to fail due to a [loingstanding cabal bug](https://github.com/haskell/cabal/issues/1493).
I set `write-ghc-environment-file…
-
When using pytest on CI you often want to test doctests / unittests / intergration tests separately. To enable this usecase it would be good to have a `--doctest-only` flag to enable running only the …
-
Hey this is very cool. I think it would be better if you change the doctest syntax from
``` coffeescript
###
Super square
Usage:
square = require('square').square
console.log(square(5))
…
-
```
Improve the doctest mode (and unittest) so that some tests can be hidden.
For example: suppose we give the user the following doctest:
>>> square(4)
16
>>> square(-2)
4
A user could define a fu…
-
https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=87021&view=logs&j=b6a3fffa-f95e-580b-9bcb-4ae7d4681578&t=7439823f-f6a2-5514-9be9-467f4c602fdd
```
26: Test command: /CCF/build/channels_te…