1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 06:34:09 +00:00

Add functional marker

This commit is contained in:
nvbn
2015-09-06 01:13:44 +03:00
parent 8cc19daaaa
commit cdd5f21e88
10 changed files with 35 additions and 37 deletions

View File

@@ -1,7 +1,5 @@
import pytest
from thefuck.main import _get_current_version
from tests.functional.utils import functional
envs = ((u'bash', 'thefuck/ubuntu-bash', u'''
FROM ubuntu:latest
@@ -13,7 +11,7 @@ RUN dnf install -yy python-devel sudo wget gcc
'''))
@functional
@pytest.mark.functional
@pytest.mark.skip_without_docker
@pytest.mark.parametrize('shell, tag, dockerfile', envs)
def test_installation(spawnu, shell, TIMEOUT, tag, dockerfile):