Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.21.5
Choose a base ref
...
head repository: tox-dev/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.21.6
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 20, 2023

  1. Refactor tests to make it easier to add new example functions (#306)

    * Refactor tests to make it easier to add more example functions
    
    This makes it so that it is possible to add a new example while only
    modifying one location in the code. Add a new class / function / exception
    in test_integration, indicate the expected output with the @expected decorator.
    More efficient than having to modify three different files like we had to do
    before.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Some minor improvements
    
    * Fix test
    
    * Ignore types in test_integration.py
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    hoodmane and pre-commit-ci[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fb30e40 View commit details
    Browse the repository at this point in the history
  2. Resolve issue 305 (#307)

    Resolves #305
    hoodmane authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d823f99 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    gaborbernat authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    15c6456 View commit details
    Browse the repository at this point in the history
Loading