-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
603b6e3
commit bade7ad
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule archivematica-storage-service
updated
13 files
+2 −2 | requirements-dev.in | |
+3 −6 | requirements-dev.txt | |
+2 −2 | requirements.in | |
+3 −3 | requirements.txt | |
+4 −3 | tests/administration/test_views.py | |
+5 −2 | tests/common/conftest.py | |
+43 −32 | tests/common/test_utils.py | |
+60 −47 | tests/locations/test_dspace_rest.py | |
+296 −281 | tests/locations/test_duracloud.py | |
+154 −95 | tests/locations/test_gpg.py | |
+3 −3 | tests/locations/test_package.py | |
+130 −110 | tests/locations/test_rclone.py | |
+80 −83 | tests/locations/test_space.py |