doctest
There are 138 repositories under doctest topic.
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
nbQA-dev/nbQA
Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
bsamseth/cpp-project
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
matepek/vscode-catch2-test-adapter
Catch2, Google Test and doctest Adapter for the VSCode
Erotemic/xdoctest
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
sbt-doctest/sbt-doctest
Doctest for scala
p0deje/yard-doctest
Doctests from YARD examples
yamadapc/jsdoctest
Run jsdoc examples as doctests.
arnavb/cpp14-project-template
A simple, cross-platform, and continuously integrated C++14 project template
ssssota/doc-vitest
Documentation tests with Vitest
byexamples/byexample
Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.
azu/power-doctest
JavaScript Doctest for JavaScript, Markdown and Asciidoc.
keewis/blackdoc
run black on documentation code snippets
ulidtko/cabal-doctest
A Setup.hs shim for running doctests
martinmoene/catch-lest-other-comparison
Tabularised feature comparison between Catch, doctest and lest C++ test frameworks
florianvazelle/VulkanStarter
A template for Vulkan C++ projects with GLFW, GLM and ImGUI using CMake, CI, Conan and doctest
ksator/continuous-integration-with-python
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
danr/doctest-ts
doctests for typescript
vegardit/haxe-doctest
A haxelib inspired by Python's doctest command that generates unit tests based on assertions specified within the source code.
Olical/exemplary
Turns your examples into documentation and runnable tests.
tmarktaylor/phmdoctest
Python syntax highlighted Markdown doctest.
lauri/minitest-doctest
Doctest for Ruby
MechanicalRabbit/NarrativeTest.jl
Julia library for functional testing.
tshm/elm-doctest
doctest runner against Elm-lang source files
williamthome/doctest
A library to test Erlang documentation
cpp-testing/ut-benchmark
Benchmarks - Unit Testing Frameworks
Mahiuha/alx-higher_level_programming
alx-higher_level_programming python projects
azu/comment-to-assert
[Archived] Move to monorepo
jaydattpatel/Python-Programming
Python Programming
NoahSyn10/VSCode-PyDoctestBtn
An extension for Python in VSCode that adds a button to run doctests in the terminal. Can be found on the Visual Studio Code Marketplace.
Hexirp/doctest-driver-gen
Generate driver file for doctest's cabal integration.
skippi/docspec
A crystal library for automatically testing documentation examples.
TexelBox/cpp-xplatform
C++17 cross-platform template repository using CMake + Git Submodules.
tmarktaylor/phmutest
Detect and troubleshoot broken Python examples in Markdown
zacanger/jsdoctap
Test runner for doctests using JSDoc examples and node-tap.