Merge "Change test folder name to 'fixture' for consistency"

This commit is contained in:
Jenkins 2015-03-05 15:49:20 +00:00 committed by Gerrit Code Review
commit a3986ad155
10 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Note: Adding more than one scm definition requires the Jenkins
:jenkins-wiki:`Multiple SCMs plugin <Multiple+SCMs+Plugin>`.
Example of multiple repositories in a single job:
.. literalinclude:: /../../tests/macros/scm/multi-scms001.yaml
.. literalinclude:: /../../tests/macros/fixtures/scm/multi-scms001.yaml
"""
import logging

View File

@ -22,5 +22,5 @@ from tests.base import get_scenarios, SingleJobTestCase
class TestCaseModuleSCMMacro(TestWithScenarios, TestCase, SingleJobTestCase):
fixtures_path = os.path.join(os.path.dirname(__file__), 'scm')
fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures')
scenarios = get_scenarios(fixtures_path)