Skip to content

Commit

Permalink
Example tests in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Gryglicki <lgryglicki@cncf.io>
  • Loading branch information
lukaszgryglicki committed Dec 4, 2024
1 parent 143221b commit 359e54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if [ ! -z "$PY" ]
then
cd cla-backend && pytest "cla/tests" -p no:warnings
# pytest -vvv -s cla/tests/unit/test_docusign_models.py -p no:warnings -k test_request_individual_signature
cd ..
else
echo "$0: skipping python backend tests, specify PY=1 to run them"
Expand All @@ -12,6 +13,7 @@ fi
if [ ! -z "$GO" ]
then
cd cla-backend-go && make test
# go test github.com/communitybridge/easycla/cla-backend-go/signatures
cd ..
else
echo "$0: skipping golang backend tests, specify GO=1 to run them"
Expand Down

0 comments on commit 359e54b

Please sign in to comment.