Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testdox format #359

Merged
merged 3 commits into from
Aug 27, 2023
Merged

Add testdox format #359

merged 3 commits into from
Aug 27, 2023

Commits on Aug 27, 2023

  1. Add testdox format

    This format shows test names as full sentences, which is useful both for
    autogenerating documentation ("dox"), and for encouraging programmers to
    write their test names as sentences describing the behaviour of the unit
    under test.
    
    The specific method of formatting test names as sentences is that used
    by https://github.com/bitfield/gotestdox.
    bitfield authored and dnephin committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d827c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b66b7 View commit details
    Browse the repository at this point in the history
  3. Keep empty packages by default in testdox format

    And only hide Fuzz test cases, always report the top level test
    function.
    dnephin committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    18c1f57 View commit details
    Browse the repository at this point in the history