Skip to content

Conversation

adamtheturtle
Copy link
Contributor

@adamtheturtle adamtheturtle commented Jun 24, 2025

pargs was being calculated and returned but never used.

@adamtheturtle
Copy link
Contributor Author

I chose to do this rather than add type hints to pargs. In a follow up I will remove type ignores for this file.

@@ -37,16 +37,13 @@ def apidoc(rootdir, tmp_path, apidoc_params):


@pytest.fixture
def apidoc_params(request):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently in line with app_params(), perhaps worth maintaining the pattern?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As in just ditch this PR? I'm OK to do that

@AA-Turner AA-Turner changed the title Simplify fixture in tests/test_extensions/test_ext_apidoc.py by remov… Simplify fixture in tests/test_extensions/test_ext_apidoc.py by removing unused return value Jul 27, 2025
@AA-Turner AA-Turner closed this Jul 27, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants