mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Merge pull request #1383 from PyCQA/rename_test
fix test name after refactor
This commit is contained in:
commit
03401a66cb
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ def test_write_uses_an_output_file(tee, capsys):
|
|||
]
|
||||
|
||||
|
||||
def test_write_uses_print(capsys):
|
||||
"""Verify that we use the print function without an output file."""
|
||||
def test_write_produces_stdout(capsys):
|
||||
"""Verify that we write to stdout without an output file."""
|
||||
line = "Something to write"
|
||||
source = "source"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue