Mercurial > piecrust2
comparison tests/cli/test_publish.yaml @ 768:c78743b11c75
tests: Add tests for publishers.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 02 Jul 2016 01:28:16 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
767:3b33d9fb007c | 768:c78743b11c75 |
---|---|
1 --- | |
2 config: | |
3 publish: | |
4 test_shell: | |
5 type: shell | |
6 command: this_command_doesnt_exist | |
7 args: publish --preview test_shell | |
8 --- | |
9 config: | |
10 publish: | |
11 test_rsync: | |
12 type: rsync | |
13 destination: some_place_that_doesnt_exist | |
14 args: publish --preview test_rsync | |
15 --- | |
16 config: | |
17 publish: | |
18 test_sftp: | |
19 type: sftp | |
20 host: some_host_that_doesnt_exist | |
21 path: ~/some/path | |
22 username: fake | |
23 password: fake | |
24 args: publish --preview test_sftp | |
25 |