Skip to content

Commit

Permalink
TST: Tighten test_gen_pyf_stdout check
Browse files Browse the repository at this point in the history
  • Loading branch information
NamamiShanker committed Jun 23, 2022
1 parent 55b16bf commit 02533c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/f2py/tests/test_f2py2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_gen_pyf_stdout(capfd, hello_world_f90, monkeypatch):
f2pycli()
out, _ = capfd.readouterr()
assert "Saving signatures to file" in out
assert "function hi() ! in " in out


def test_gen_pyf_no_overwrite(capfd, hello_world_f90, monkeypatch):
Expand Down

0 comments on commit 02533c5

Please sign in to comment.