Skip to content

Commit

Permalink
Decorate tests using SVN with pytest.mark.svn (#5944)
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan authored and pradyunsg committed Nov 10, 2018
1 parent 313d571 commit 6278c6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_install_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_install_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_reset_env_system_site_packages_usersite(self, script):
assert 'INITools' == project_name, project_name

@pytest.mark.network
@pytest.mark.svn
def test_install_subversion_usersite_editable_with_distribute(
self, script, tmpdir):
"""
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6278c6c

Please sign in to comment.