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
+1 -2
View File
@@ -1,6 +1,5 @@
import pytest
import time
from tests.functional.utils import functional
dockerfile = u'''
FROM ubuntu:latest
@@ -40,7 +39,7 @@ def plot(proc, TIMEOUT):
assert proc.expect([TIMEOUT, u'test'])
@functional
@pytest.mark.functional
@pytest.mark.skip_without_docker
@pytest.mark.benchmark(min_rounds=10)
def test_performance(spawnu, TIMEOUT, benchmark):