Skip to content

Commit 2e02f21

Browse files
Update scripts
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent fef2ac3 commit 2e02f21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

utils/example_pytest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
pytest -vvv -s cla/tests/unit/test_docusign_models.py -p no:warnings -k test_request_individual_signature

utils/signatures_to_json.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
aws --profile lfproduct-dev dynamodb scan --table-name cla-dev-signatures --select ALL_ATTRIBUTES --page-size 500 --max-items 100000 --output json > cla-dev-signatures.json.secret

0 commit comments

Comments
 (0)