Skip to content

Commit

Permalink
Added some comments to test_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent 07ee41c commit faec5be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sharppy/tests/test_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import glob
import sharppy.databases.sars as sars
import numpy as np
#from PySide import QtGui
full_gui = pytest.importorskip('runsharp.full_gui')

#@pytest.mark.skipif(QtGui.QX11Info.display())
@pytest.mark.skipif("DISPLAY_AVAIL" in os.environ and os.environ["DISPLAY_AVAIL"] == 'NO', reason="DISPLAY not set")
def test_main_entry_pt():
#sys.argv = []
Expand All @@ -21,5 +23,5 @@ def test_main_entry_pt():
full_gui.test(files)


test_main_entry_pt()
#test_main_entry_pt()

0 comments on commit faec5be

Please sign in to comment.