Add docstring to tests for #277

This commit is contained in:
Bruno Oliveira
2018-02-16 20:13:56 -02:00
parent bd3c7dba8b
commit 1be8a463ff
2 changed files with 3 additions and 1 deletions

View File

@@ -889,6 +889,7 @@ class TestLoadScope:
'test_a.py::TestB', result.outlines) in ({'gw0': 10}, {'gw1': 10})
def test_module_single_start(self, testdir):
"""Fix test suite never finishing in case all workers start with a single test (#277)."""
test_file1 = """
import pytest
def test():
@@ -976,6 +977,7 @@ class TestFileScope:
test_b_workers_and_test_count in ({'gw0': 0}, {'gw1': 10})
def test_module_single_start(self, testdir):
"""Fix test suite never finishing in case all workers start with a single test (#277)."""
test_file1 = """
import pytest
def test():