Skip to content

Commit

Permalink
add list of advanced and thread modules to generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 1, 2020
1 parent 0b117f7 commit d9c72fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/lib/ounit2/index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ let _ =
;;
]}

{3 OUnit2.Advanced}

More modules are available in [ounit2.advanced]:
{!modules: OUnitAssert OUnitBracket OUnitCache OUnitCheckEnv OUnitChooser OUnitConf OUnitCore OUnitDiff OUnitLogger OUnitLoggerCI OUnitLoggerHTML OUnitLoggerJUnit OUnitLoggerStd OUnitPlugin OUnitPropList OUnitResultSummary OUnitRunner OUnitRunnerProcesses OUnitShared OUnitState OUnitTest OUnitTestData OUnitUtils}

{3 OUnit.Threads}

Threading-related utilities.

{!modules: OUnitThreads}

{3 Effective OUnit}

This section has general tips about unit testing and OUnit. It is the
Expand Down

0 comments on commit d9c72fc

Please # to comment.