Refactored shell commands and tests into a subpackage.
|
---|
|
shell_command.py 100755 → 0 |
---|
shell_command/__init__.py 0 → 100644 |
---|
shell_command/shared_tests.py 0 → 100644 |
---|
shell_command/shell_command.py 0 → 100755 |
---|
shell_command/test_convert_command.py 0 → 100644 |
---|
shell_command/test_ffmpeg_command.py 0 → 100644 |
---|
shell_command/test_ffmpeg_concat_command.py 0 → 100644 |
---|
shell_command/test_ffprobe_command.py 0 → 100644 |
---|
shell_command/test_shell_command.py 0 → 100644 |
---|
test_convert_command.py 100644 → 0 |
---|
test_ffmpeg_command.py 100644 → 0 |
---|
test_ffmpeg_concat_command.py 100644 → 0 |
---|
test_ffprobe_command.py 100644 → 0 |
---|
test_shared.py 100644 → 0 |
---|
test_shell_command.py 100644 → 0 |
---|