Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Run the integration tests against a local fake server when the user p… #511
Conversation
|
This is a branch pre-macaroons. To seed the fake servers that we will use to test parts of the store communication. |
elopio
referenced this pull request
May 24, 2016
Closed
Move the login and logout methods to a client. #512
sergiusens
reviewed
May 24, 2016
| + email = email or os.getenv( | ||
| + 'TEST_USER_EMAIL', 'u1test+snapcraft@canonical.com') | ||
| + password = password or os.getenv( | ||
| + 'TEST_USER_PASSWORD', 'test correct password') |
sergiusens
May 24, 2016
Collaborator
shouldn't test correct password be an empty string? Or is the self.skipTest call not needed anymore?
elopio
referenced this pull request
May 25, 2016
Merged
Move the login and logout methods to a client. #518
|
retest this please |
|
This is missing the fake upload server. I'm on it. |
|
retest this please |
|
retest this please |
|
retest this please |
sergiusens
reviewed
May 26, 2016
| + scan_complete_path = ( | ||
| + self._DEV_API_PATH + 'api/click-scan-complete/updown/') | ||
| + if parsed_path.path.startswith(scan_complete_path): | ||
| + self._handle_scan_complete_request() |
sergiusens
May 26, 2016
Collaborator
@elopio for a TODO, a counter that makes the client call this at least twice.
|
|
sergiusens
merged commit e4936f3
into
snapcore:master
May 26, 2016
added a commit
to earnubs/snapcraft
that referenced
this pull request
May 26, 2016
added a commit
to josepht/snapcraft
that referenced
this pull request
May 31, 2016
elopio
deleted the
elopio:macaroons0
branch
Jan 30, 2017
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elopio commentedMay 24, 2016
…assword is not in the environment.
LP: #1585023