8000 Using unittest.mock instead of mock by leszekhanusz · Pull Request #504 · graphql-python/gql · GitHub
[go: up one dir, main page]

Skip to content

Using unittest.mock instead of mock #504

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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run make test
  • Loading branch information
leszekhanusz committed Oct 28, 2024
commit 942cc525298ede59662f9c5e2d8e9a50a9d8fe04
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def test_cli_get_transport_no_protocol(parser):
get_transport(args)


@pytest.mark.script_launch_mode('subprocess')
@pytest.mark.script_launch_mode("subprocess")
def test_cli_ep_version(script_runner):
ret = script_runner.run("gql-cli", "--version")

Expand Down
Loading
0