Skip to content

Commit

Permalink
use stderr for test output printing (#2217)
Browse files Browse the repository at this point in the history
Co-authored-by: C. Titus Brown <titus@idyll.org>
  • Loading branch information
bluegenes and ctb authored Aug 19, 2022
1 parent 651ecea commit 775d879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys

from hypothesis import settings, Verbosity
import pytest
Expand All @@ -7,7 +8,7 @@
plt.rcParams.update({'figure.max_open_warning': 0})

from sourmash_tst_utils import TempDirectory, RunnerContext

sys.stdout = sys.stderr

@pytest.fixture
def runtmp():
Expand Down

0 comments on commit 775d879

Please sign in to comment.