We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9bc46 commit 2383177Copy full SHA for 2383177
nipype/utils/tests/test_config.py
@@ -28,7 +28,7 @@
28
29
30
@pytest.mark.parametrize('disp_var', [':0', 'localhost:0', 'localhost:0.1'])
31
-def test_display_config_and_system(monkeypatch, disp_var):
+def test_display_parse(monkeypatch, disp_var):
32
"""Check that when $DISPLAY is defined, the display is correctly parsed"""
33
config._display = None
34
dispstr = ':0'
0 commit comments