Skip to content

Commit

Permalink
update ts-tests README, add python3 to docker base runner stage
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech committed Oct 3, 2024
1 parent 5ae3a56 commit ecd8563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tee-worker/identity/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN cargo test --release
##################################################
FROM node:18-bookworm-slim AS runner

RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler
RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler python3 python-is-python3
RUN corepack enable && corepack prepare [email protected] --activate && corepack enable pnpm


Expand Down
12 changes: 3 additions & 9 deletions tee-worker/identity/ts-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,11 @@ pnpm install
pnpm --filter integration-tests run test your-testfile.test.ts
```

II identity test: `pnpm --filter integration-tests run test ii_identity.test.ts`
Direct invocation identity test: `pnpm --filter integration-tests run test di_identity.test.ts`

II vc test: `pnpm --filter integration-tests run test ii_vc.test.ts`
Direct invocation vc test: `pnpm --filter integration-tests run test vc_correctness.test.ts`

II batch identity test: `pnpm --filter integration-tests run test ii_batch.test.ts`

Direct invocation substrate identity test: `pnpm --filter integration-tests run test di_substrate_identity.test.ts`

Direct invocation evm identity test: `pnpm --filter integration-tests run test di_evm_identity.test.ts`

Direct invocation vc test: `pnpm --filter integration-tests run test di_vc.test.ts`
Direct requect vc test: `pnpm --filter integration-tests run test dr_vc.test.ts`

## Data-provider test

Expand Down

0 comments on commit ecd8563

Please sign in to comment.