Skip to content

Commit

Permalink
Merge pull request #264 from neutrinoceros/tst/remove_xfailing_test
Browse files Browse the repository at this point in the history
TST: remove a test marked with xfail(strict=True) but no reason given
  • Loading branch information
neutrinoceros authored Mar 22, 2024
2 parents 7b177d0 + e1b3b4d commit f9594c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,6 @@ def test_verbose_info(simulation_dir, capsys, tmp_path):
assert ret == 0


@pytest.mark.xfail(strict=True)
def test_verbose_debug(simulation_dir, capsys, tmp_path):
os.chdir(tmp_path)
ret = main(["-vv", "-dir", str(simulation_dir), "-geometry", "polar"])

out, err = capsys.readouterr()
assert err == ""
assert "DEBUG" in out
assert ret == 0


# API testing


Expand Down

0 comments on commit f9594c3

Please sign in to comment.