This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33cdf30
commit 1c303b7
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,3 @@ def setUp(self): | |
def test_anon_gets_signin_page(self): | ||
body = self.client.GET('/on/npm/').body | ||
assert '0 out of 1 npm package' in body | ||
|
||
def test_auth_gets_send_confirmation_page(self): | ||
self.make_participant('bob', claimed_time='now') | ||
body = self.client.GET('/on/npm/', auth_as='bob').body | ||
assert 'foo</a> npm package:' in body | ||
assert '[email protected]' in body |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters