Split destination classes out into separate files and finish cleaning up the tests
parent
e11f3e7c
No related branches found
No related tags found
This commit is part of merge request !176. Comments created here will be created in the context of that merge request.
Showing
- apps/cli/executables/delivery/delivery/context.py 0 additions, 12 deletionsapps/cli/executables/delivery/delivery/context.py
- apps/cli/executables/delivery/delivery/deliverer.py 7 additions, 312 deletionsapps/cli/executables/delivery/delivery/deliverer.py
- apps/cli/executables/delivery/delivery/destinations/__init__.py 0 additions, 0 deletions...li/executables/delivery/delivery/destinations/__init__.py
- apps/cli/executables/delivery/delivery/destinations/checksum.py 53 additions, 0 deletions...li/executables/delivery/delivery/destinations/checksum.py
- apps/cli/executables/delivery/delivery/destinations/fetchfile.py 34 additions, 0 deletions...i/executables/delivery/delivery/destinations/fetchfile.py
- apps/cli/executables/delivery/delivery/destinations/interfaces.py 172 additions, 0 deletions.../executables/delivery/delivery/destinations/interfaces.py
- apps/cli/executables/delivery/delivery/destinations/local.py 92 additions, 0 deletionsapps/cli/executables/delivery/delivery/destinations/local.py
- apps/cli/executables/delivery/delivery/destinations/sharedweb.py 37 additions, 0 deletions...i/executables/delivery/delivery/destinations/sharedweb.py
- apps/cli/executables/delivery/delivery/destinations/tar.py 49 additions, 0 deletionsapps/cli/executables/delivery/delivery/destinations/tar.py
- apps/cli/executables/delivery/test/test_cli.py 34 additions, 15 deletionsapps/cli/executables/delivery/test/test_cli.py
Please register or sign in to comment