marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

Unit test authentication #159

Open nlaprell opened 6 years ago

nlaprell commented 6 years ago

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())