We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b15d6b commit e60326eCopy full SHA for e60326e
tests/integration/codegen/cli/commands/conftest.py
@@ -28,7 +28,7 @@ def sample_repository(tmp_path: Path):
28
29
@pytest.fixture()
30
def runner():
31
- return CliRunner(mix_stderr=False)
+ return CliRunner()
32
33
34
@pytest.fixture
0 commit comments