From d151ab1bee324f1887ff981b2af402b1589f7aa5 Mon Sep 17 00:00:00 2001 From: Nathan Mc Grath Date: Tue, 7 Nov 2023 14:59:26 +0100 Subject: [PATCH] Add PocketIC --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cfd56ec..84a1d50 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,9 @@ Agents facilitate the interaction from clients with canisters on the Internet Co ### Testing +- [pocket-ic](https://github.com/dfinity/ic/tree/master/packages/pocket-ic) - A canister testing library that supports deterministic, programmatic canister testing in Rust. +- [pocketic-py](https://github.com/dfinity/pocketic-py) - A canister testing library that supports deterministic, programmatic canister testing in Python. +- [pic-js](https://github.com/hadronous/pic-js) - A TypeScript/JavaScript library for testing canisters with support for PocketIC. - [canister-profiling](https://github.com/dfinity/canister-profiling) - Code & scripts for collecting performance data for canisters. - [ic-repl](https://github.com/chenyan2002/ic-repl) - A REPL environment to communicate with canisters. Allows to write E2E integration tests. - [lightic](https://github.com/icopen/lightic) - Write & Run tests for any canister in JS/TS. Canisters will be run inside nodejs environment, no DFX.