jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Expose some of the Auth test utility functions.

Open blink1073 opened this issue 3 years ago • 0 comments

Problem

We had to inline classes, fixtures, and functions in https://github.com/jupyter-server/jupyter_server_terminals/pull/11 that should probably be exposed here so other extensions can use them to test auth on their extension.

Proposed Solution

Move the pieces that are used in https://github.com/jupyter-server/jupyter_server_terminals/pull/11 and in tests/auth/authorizer.py into jupyter_server.pytest_plugins.py

blink1073 avatar Apr 03 '22 00:04 blink1073