Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Apr 10, 2020
1 parent 4c67d19 commit 01ba1e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyder/app/tests/test_mainwindow.py
Expand Up @@ -304,6 +304,8 @@ def test_lock_action(main_window):


@pytest.mark.slow
@pytest.mark.first
@pytest.mark.skipif(os.name == 'nt' and PY2, reason="Fails on win and py2")
def test_default_plugin_actions(main_window, qtbot):
"""Test the effect of dock, undock, close and toggle view actions."""
# Use a particular plugin
Expand Down
2 changes: 2 additions & 0 deletions spyder/utils/tests/test_encoding.py
Expand Up @@ -23,6 +23,8 @@
os.path.dirname(__file__)))


@pytest.mark.first
@pytest.mark.skipif(os.name == 'nt' and PY2, reason='Fails on Win!')
def test_symlinks(tmpdir):
"""
Check that modifing symlinks files changes source file and keeps symlinks.
Expand Down

0 comments on commit 01ba1e3

Please sign in to comment.