Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Adam Mercer
Koji Packager
Commits
c6d600e5
Verified
Commit
c6d600e5
authored
May 16, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_utils.py: use full git url example for test
parent
18449167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gwkoji/tests/test_utils.py
gwkoji/tests/test_utils.py
+1
-1
No files found.
gwkoji/tests/test_utils.py
View file @
c6d600e5
...
...
@@ -25,7 +25,7 @@ from .. import utils as gwkoji_utils
@
pytest
.
mark
.
parametrize
(
"source, type_"
,
[
(
"git+https://git.ligo.org/albert/gr"
,
"git"
),
(
"git+https://git.ligo.org/albert/gr
#origin/rhel
"
,
"git"
),
(
"mypackage.spec"
,
"spec"
),
(
"mypackage.src.rpm"
,
"srcrpm"
),
(
"mypackage.tar"
,
"tarball"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment