Go to file
fbarbu15 e56cb0784a
add missing defaults
2023-11-01 14:11:03 +02:00
.github add missing defaults 2023-11-01 14:11:03 +02:00
src relay publish tests 2023-11-01 14:02:29 +02:00
tests relay publish tests 2023-11-01 14:02:29 +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 relay publish tests 2023-11-01 14:02:29 +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.