Skip to content

Commit e09aa94

Browse files
author
SubaruArai
committed
add test for pip get_version_strings
1 parent dbba2d2 commit e09aa94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/test_rosdep_pip.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ def test(expected_prefix, mock_method, mock_get_pip_command):
114114
raise
115115

116116

117+
def test_PipInstaller_get_version_strings():
118+
from rosdep2.platforms.pip import PipInstaller
119+
120+
installer = PipInstaller()
121+
assert installer.get_version_strings()
122+
123+
117124
def test_get_pip_command():
118125
from rosdep2.platforms.pip import get_pip_command
119126

0 commit comments

Comments
 (0)