Commit 8dc5b92c authored by Jason R. Coombs's avatar Jason R. Coombs

Merge regression test for #1016.

parents 1163c86b 58fa3b44
......@@ -99,6 +99,21 @@ def test_python_novaclient(install_context):
_install_one('python-novaclient', install_context,
'novaclient', 'base.py')
def test_pyuri(install_context):
"""
Install the pyuri package (version 0.3.1 at the time of writing).
This is also a regression test for issue #1016.
"""
_install_one('pyuri', install_context, 'pyuri', 'uri.py')
pyuri = install_context.installed_projects['pyuri']
# The package data should be installed.
assert os.path.exists(os.path.join(pyuri.location, 'pyuri', 'uri.regex'))
import re
import subprocess
import functools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment