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

Fix fixture name #33

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Fix fixture name #33

merged 1 commit into from
Nov 30, 2022

Conversation

blink1073
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Base: 94.04% // Head: 94.04% // No change to project coverage 👍

Coverage data is based on head (51b6a72) compared to base (64d3bc9).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files          11       11           
  Lines         504      504           
=======================================
  Hits          474      474           
  Misses         30       30           
Impacted Files Coverage Δ
pytest_jupyter/jupyter_server.py 92.40% <100.00%> (ø)
tests/test_jupyter_server.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@blink1073 blink1073 merged commit 4118fd3 into jupyter-server:main Nov 30, 2022
@blink1073 blink1073 deleted the fix-http-port branch November 30, 2022 13:44
ojarjur added a commit to ojarjur/pytest-jupyter that referenced this pull request Sep 6, 2024
…p listens on

When invoking the `jp_configurable_serverapp` fixture, there are multiple keyword arguments supported for overriding the values specified by other fixtures.

One of those keyword arguments, `http_port`, is never used. I believe this was accidentally broken by jupyter-server#33 where multiple variables named `http_port` referencing a provided fixture were renamed to `jp_http_port`.

However, that change also modified one instance of `http_port` that was not a reference to the fixture, but rather a reference to the keyword argument with that same name.

This change fixes that by undoing that one line of the change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant