Separate authentication tests into new test modules
Compare changes
Files
5+ 3
− 30
@@ -11,40 +11,13 @@ from unittest import mock
This MR separates the tests of gwdatafind_server.authentication
into their own test modules, so that test_api_v1.py
just tests the v1 API (with noauth).