-
- Downloads
auth_dict, userN_auth -> auth_headers, .._tokens
Fixture auth_dict returned both a header and a token, the latter was discarded in most tests. The specific userN_auth fixtures only returned the header. To simplify, those fixtures are replaced with just auth_headers for most cases, and upload_tokens for the few cases where the token is needed.
parent
8b95a120
No related branches found
No related tags found
Showing
- tests/app/conftest.py 28 additions, 33 deletionstests/app/conftest.py
- tests/app/test_h5grove.py 2 additions, 3 deletionstests/app/test_h5grove.py
- tests/app/v1/routers/common.py 5 additions, 20 deletionstests/app/v1/routers/common.py
- tests/app/v1/routers/test_auth.py 11 additions, 10 deletionstests/app/v1/routers/test_auth.py
- tests/app/v1/routers/test_datasets.py 13 additions, 31 deletionstests/app/v1/routers/test_datasets.py
- tests/app/v1/routers/test_entries.py 27 additions, 40 deletionstests/app/v1/routers/test_entries.py
- tests/app/v1/routers/test_entries_edit.py 4 additions, 4 deletionstests/app/v1/routers/test_entries_edit.py
- tests/app/v1/routers/test_graph.py 12 additions, 12 deletionstests/app/v1/routers/test_graph.py
- tests/app/v1/routers/test_groups.py 14 additions, 18 deletionstests/app/v1/routers/test_groups.py
- tests/app/v1/routers/test_materials.py 4 additions, 8 deletionstests/app/v1/routers/test_materials.py
- tests/app/v1/routers/test_users.py 4 additions, 4 deletionstests/app/v1/routers/test_users.py
- tests/app/v1/routers/uploads/test_basic_uploads.py 82 additions, 84 deletionstests/app/v1/routers/uploads/test_basic_uploads.py
- tests/app/v1/routers/uploads/test_group_uploads.py 8 additions, 13 deletionstests/app/v1/routers/uploads/test_group_uploads.py
Loading
Please register or sign in to comment