Decorate tests using SVN with pytest.mark.svn (#5944)

This commit is contained in:
Florian Rathgeber 2018-11-10 03:43:20 -08:00 committed by Pradyun Gedam
parent 313d571c82
commit 6278c6c371
3 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def test_relative_requirements_file(script, data):
@pytest.mark.network
@pytest.mark.svn
def test_multiple_requirements_files(script, tmpdir):
"""
Test installing from multiple nested requirements files.

View File

@ -41,6 +41,7 @@ class Tests_UserSite:
assert 'INITools' == project_name, project_name
@pytest.mark.network
@pytest.mark.svn
def test_install_subversion_usersite_editable_with_distribute(
self, script, tmpdir):
"""

View File

@ -357,6 +357,7 @@ def _test_uninstall_editable_with_source_outside_venv(
@pytest.mark.network
@pytest.mark.svn
def test_uninstall_from_reqs_file(script, tmpdir):
"""
Test uninstall from a requirements file.