Go to file
fbarbu15 878448f654
add missing dependency
2023-11-01 14:36:16 +02:00
.github add missing dependency 2023-11-01 14:36:16 +02:00
src relay publish tests 2023-11-01 14:02:29 +02:00
tests setup report 2023-11-01 14:31:36 +02:00
.gitignore relay publish tests 2023-11-01 14:02:29 +02:00
.pre-commit-config.yaml relay publish tests 2023-11-01 14:02:29 +02:00
LICENSE-APACHE-v2 relay publish tests 2023-11-01 14:02:29 +02:00
LICENSE-MIT relay publish tests 2023-11-01 14:02:29 +02:00
README.md relay publish tests 2023-11-01 14:02:29 +02:00
pyrightconfig.json relay publish tests 2023-11-01 14:02:29 +02:00
pytest.ini relay publish tests 2023-11-01 14:02:29 +02:00
requirements.txt add missing dependency 2023-11-01 14:36:16 +02:00

README.md

waku-interop-tests

Waku interop testing between various implementation of the Waku v2 protocol.

Setup

git clone git@github.com:waku-org/waku-interop-tests.git
cd waku-interop-tests
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.