Skip to content

Provide a way to easily run doc tests #173

Open
@srid

Description

@srid

numtide/treefmt-nix#86

One day I'll add CI for the docs; need to work on the OSS use case a bit.

Something that runs doc tests just for the current module would be nice, rather than all modules.

Maybe as a flake-module ...

{
  imports = [
    flake-parts.flakeModules.doctest
  ];
  # adds a flake check
  flake.flake-parts.doctest.modulesToTest = [ self.flakeModule ]; # default anyway
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions