File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
tests/tasks/test/integration/lang Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,12 @@ The integration tests have several runtime dependencies:
409409- Running PostgreSQL instances (that can be started with ` mise run postgres:up ` )
410410- Credentials for CipherStash ZeroKMS (which can be found in the [ quickstart] ( #developing ) section)
411411
412+ ##### Language-specific integration tests
412413
414+ To run language-specific integration tests, call:
415+
416+ - ` mise run test:integration:lang:golang `
417+ - ` mise run test:integration:lang:python `
413418
414419
415420### Working with Encrypt Query Language (EQL)
Original file line number Diff line number Diff line change @@ -499,6 +499,7 @@ run = """
499499set -e
500500mise --env tls run postgres:up --extra-args "--detach --wait"
501501mise --env tls run postgres:setup
502+ mise --env tls run proxy:down
502503mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
503504echo docker compose run --rm --no-TTY --build python {{option(name="extra-args",default="")}} | bash
504505"""
Original file line number Diff line number Diff line change 55
66set -e
77
8- source " $( dirname " ${BASH_SOURCE[0]} " ) /url_encode.sh"
8+ mise --env tls run postgres:up --extra-args " --detach --wait"
9+ mise --env tls run postgres:setup
10+ mise --env tls run proxy:down proxy-tls
11+ mise --env tls run proxy:up --extra-args " --detach --wait"
12+
13+ source " $( dirname " ${BASH_SOURCE[0]} " ) /../url_encode.sh"
914
1015encoded_password=$( urlencode " ${CS_DATABASE__PASSWORD} " )
1116
You can’t perform that action at this time.
0 commit comments