data-explorer
data-explorer copied to clipboard
Unit test authentication
Unit testing currently handles authentication by calling the login/logout endpoints and retaining cookie/session information. This should be refactored to be handled better. At the very least, AbstractTest methods should not cause the context of the user to shift or logout when calling methods (such as create/deleteQuery())