mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-19 04:21:14 +00:00
#486: Ignore a test on Windows
This commit is contained in:
parent
047a1a6072
commit
28153db4a8
@ -52,6 +52,7 @@ def test_match(ssh_error):
|
|||||||
assert not match(Command('ssh'))
|
assert not match(Command('ssh'))
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skipif(os.name == 'nt', reason='Skip if testing on Windows')
|
||||||
def test_side_effect(ssh_error):
|
def test_side_effect(ssh_error):
|
||||||
errormsg, path, reset, known_hosts = ssh_error
|
errormsg, path, reset, known_hosts = ssh_error
|
||||||
command = Command('ssh user@host', stderr=errormsg)
|
command = Command('ssh user@host', stderr=errormsg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user