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

Refactor tests to make it easier to add new example functions #306

Merged
merged 6 commits into from Jan 20, 2023

Commits on Jan 20, 2023

  1. 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.
    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9bf54e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c34d6e7 View commit details
    Browse the repository at this point in the history
  3. Some minor improvements

    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d3585e9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'test-refactor' of github.com:hoodmane/sphinx-autodoc-ty…

    …pehints into test-refactor
    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f2476c1 View commit details
    Browse the repository at this point in the history
  5. Fix test

    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dc316bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16443d5 View commit details
    Browse the repository at this point in the history