The Wayback Machine - https://web.archive.org/web/20210821014727/https://github.com/topics/doctest
Here are
73 public repositories
matching this topic...
The fastest feature-rich C++11/14/17/20 single-header testing framework
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
Updated
Aug 13, 2021
CMake
Run any standard Python code quality tool on a Jupyter Notebook
Updated
Aug 9, 2021
Python
Updated
Aug 15, 2021
Scala
A rewrite of Python's builtin doctest module (with pytest plugin integration) but without all the weirdness
Updated
Aug 9, 2021
Python
Catch2, Google Test and doctest Adapter for the VSCode
Updated
Aug 19, 2021
TypeScript
Doctests from YARD examples
Updated
Jun 4, 2021
Gherkin
Run jsdoc examples as doctests.
Updated
Feb 10, 2021
JavaScript
A simple, cross-platform, and continuously integrated C++14 project template
Updated
Sep 12, 2018
CMake
JavaScript Doctest for JavaScript, Markdown and Asciidoc.
Updated
May 7, 2021
TypeScript
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
Updated
Sep 30, 2018
Python
A haxelib inspired by Python's doctest command that generates unit tests based on assertions specified within the source code.
Tabularised feature comparison between Catch, doctest and lest C++ test frameworks
run black on documentation code snippets
Updated
Aug 8, 2021
Python
Updated
Mar 31, 2018
Ruby
Updated
Aug 11, 2021
TypeScript
doctest runner against Elm-lang source files
Python syntax highlighted Markdown doctest.
Updated
Aug 1, 2021
Python
Julia library for functional testing.
Updated
Apr 14, 2021
Julia
[Archived] Move to monorepo
Updated
Sep 9, 2019
TypeScript
Benchmarks - Unit Testing Frameworks
Ninety-Nine Haskell Problems
Updated
Jan 1, 2017
Haskell
Generate driver file for doctest's cabal integration.
Updated
Jun 13, 2021
Haskell
cmake scripts for googletest / catch / doctest. Automatic tests registration, even inside library code.
Updated
Oct 30, 2018
CMake
Made for the EmboldenHer x AI Club for Gender Minorities talk on October 30, 2019
Updated
Apr 20, 2021
Python
A crystal library for automatically testing documentation examples.
Updated
Jun 2, 2018
Crystal
Test runner for doctests using JSDoc examples and node-tap.
Updated
Jul 3, 2018
JavaScript
Convert doctest(for c++) output to junit xml
Improve this page
Add a description, image, and links to the
doctest
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
doctest
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the feature you'd like
Some interpreters have autocompletion and other handy tools that are activated when the user writes a TAB.
This makes sense for a real user interacting with the interpreter but if the user is writing an example in
byexamplehe/she may write a TAB without notice and 99% he/she probably doesn't want an autocomplete happening during the execution of the examp