Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
added test for git sources in sources.py #233
Conversation
sergiusens
reviewed
Jan 15, 2016
| + builddir='dummy', | ||
| + options=options) | ||
| + | ||
| + mock_pull.assert_called_once_with() |
|
Looks good, just fix that assertion in the code. After fixing, do this:
When ammending add this at the end in one line only:
Where
|
|
It isn't called with anything: https://github.com/ubuntu-core/snapcraft/blob/master/snapcraft/sources.py#L271 |
|
@fazerlicourice7 I actually meant |
|
sergiusens, But there isn't anything to fix. That method 'pull()' isn't called with any parameters. |
|
On Thu, Jan 14, 2016 at 11:12 PM, Fazer notifications@github.com wrote:
|
|
Awesome. Take a look now that we hit the line we were missing: |
added a commit
that referenced
this pull request
Jan 15, 2016
elopio
merged commit f909dc2
into
snapcore:master
Jan 15, 2016
|
Just wanted to come back to this PR and say thank you! |
|
@elopio can you approve the task on GCI please? |
fazerlicourice7 commentedJan 15, 2016
No description provided.