Go to file
fbarbu15 7e76bedfc7
improve reports
2023-11-01 16:44:42 +02:00
.github improve reports 2023-11-01 16:44:42 +02:00
src improve reports 2023-11-01 16:44:42 +02:00
tests improve reports 2023-11-01 16:44:42 +02:00
.gitignore improve reports 2023-11-01 16:44:42 +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.