We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f923 commit 57dc520Copy full SHA for 57dc520
tests/test_versions.py
@@ -37,6 +37,7 @@
37
('node --version', 'v8.10.0'),
38
('npm --version', '3.5.2'),
39
('conda --version', 'conda 4.6.14'),
40
+ ('cargo --version', 'cargo 1.46.0 (149022b1d 2020-07-17)'),
41
]
42
)
43
def test_command_versions_image_70(command, expected_output):
0 commit comments