Skip to content

Commit 5e2de43

Browse files
committed
Add basic wildcard testing
1 parent 5741ca3 commit 5e2de43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@ script:
1414
- python dynamodump.py -m restore -r local -s testTable -d testRestoredTable --host localhost --port 4567 --accessKey a --secretKey a
1515
- python dynamodump.py -m backup -r local -s testRestoredTable --host localhost --port 4567 --accessKey a --secretKey a
1616
- python test/test.py
17+
- python dynamodump.py -m restore -r local -s "*" --host localhost --port 4567 --accessKey a --secretKey a
18+
- rm -rf dump/test*
19+
- python dynamodump.py -m backup -r local -s "*" --host localhost --port 4567 --accessKey a --secretKey a
20+
- python test/test.py
21+
- python dynamodump.py -m restore -r local -s "test*" --host localhost --port 4567 --accessKey a --secretKey a --prefixSeparator ""
22+
- rm -rf dump/test*
23+
- python dynamodump.py -m backup -r local -s "test*" --host localhost --port 4567 --accessKey a --secretKey a --prefixSeparator ""
24+
- python test/test.py
1725
matrix:
1826
fast_finish: true

0 commit comments

Comments
 (0)