Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
0259db3b
Commit
0259db3b
authored
Apr 12, 2019
by
2xB
Committed by
GitHub
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test to check for changed git rev checkout
Checking for new implementation solving issue #1740
parent
01376621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setuptools/tests/test_packageindex.py
setuptools/tests/test_packageindex.py
+1
-1
No files found.
setuptools/tests/test_packageindex.py
View file @
0259db3b
...
...
@@ -249,7 +249,7 @@ class TestPackageIndex:
first_call_args
=
os_system_mock
.
call_args_list
[
0
][
0
]
assert
first_call_args
==
(
expected
,)
tmpl
=
'
(cd {expected_dir} && git checkout --quiet master)
'
tmpl
=
'
git -C {expected_dir} checkout --quiet master
'
expected
=
tmpl
.
format
(
**
locals
())
assert
os_system_mock
.
call_args_list
[
1
][
0
]
==
(
expected
,)
assert
result
==
expected_dir
...
...
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