-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All tests using OIDCTestCase now no longer run auth checks. That generally speaking simplifies most tests. The general pattern is: 1. Create user + set user to the created one in setup 2. Remove **self.headers 3. logout/set auth to None where there was a **self.bare_headers 4. If the test uses self.get_list_url and friends also add the mixin Some tests are still not passing locally, I find the error in photoalbum very strange.
- Loading branch information
1 parent
cf6ac7e
commit ad9937c
Showing
41 changed files
with
532 additions
and
1,429 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
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
Oops, something went wrong.