Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: remove django-oidc-provider #3119

Closed
wants to merge 1 commit into from

Conversation

henrikhorluck
Copy link
Member

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.

@henrikhorluck henrikhorluck force-pushed the purge/django-oidc-provider branch 2 times, most recently from ad9937c to 2b4ff8c Compare January 25, 2024 19:36
@henrikhorluck henrikhorluck force-pushed the purge/django-oidc-provider branch from 2b4ff8c to d2ce722 Compare January 27, 2024 23:45
@henrikhorluck henrikhorluck reopened this Jan 27, 2024
@henrikhorluck henrikhorluck deleted the purge/django-oidc-provider branch February 2, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant