summary refs log tree commit diff stats
path: root/doc/testament.rst
Commit message (Collapse)AuthorAgeFilesLines
* follow-up #18013 - inline syntax highlighting (#18166)Andrey Makarov2021-06-041-1/+1
|
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-25/+35
| | | | | * follow-up #17837: add `Console` for interactive sessions * fix Latex
* RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) ↵quantimnot2021-03-181-18/+20
| | | | | (#17258) Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+1
| | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
* promote std prefix in docs (#17128)flywind2021-02-201-1/+1
|
* testament: error instead of silently ignore invalid targets; remove ↵Timothee Cour2020-12-141-3/+6
| | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
|
* improve Testament docs (#15881)n5m2020-11-091-4/+6
| | | | | * fix mentions of recursive test discovery * document that {.fatal.} pragmas cannot be caught
* TyposClyybber2020-10-311-1/+1
|
* improve public Testament docs (#15710)n5m2020-10-311-27/+80
| | | | | | | | | | | | | | | * improve glob docs * punctuation * move spec descriptions above example notably, change the description of timeout to reference seconds, not microseconds * document nimout * document sortoutput * explain the action options
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-4/+4
|
* fix #15631 (#15632)n5m2020-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trigger valgrind failure on memory leak * remove non-malloc tests * remove ORC test is redundant because we already have an ARC test * only run valgrind tests on 64-bit Linux * disable freebsd and openbsd * Remove tleak_refc As to not test implementation details (or bug) * Fix test failures by removing redundant test Since this tests/shoulfail/tvalgrind.nim was specified here to fail this test itself fails since it will be skipped on non-linux CI * Remove test, reason detailed in the previous commit * Remove redundant disables * Revert removing disables * Add and use valgrind: leaks * Fix Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: n5m
* document that Nim executable must be included (#15611)n5m2020-10-171-1/+1
|
* Add documentation for Testament (#15344)Juan Carlos2020-09-161-0/+187