Go to file
dependabot[bot] 248369c62a
Bump urllib3 from 2.1.0 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:42:21 +00:00
.github chore: RLN relay tests (#30) 2024-05-07 08:31:12 +08:00
scripts Test/store part 1 (#31) 2024-04-17 08:37:31 +03:00
src Test/store v3 (#38) 2024-05-28 16:50:14 +03:00
tests Test/discv5 (#46) 2024-06-17 17:52:16 +03:00
.gitignore Test/store v3 (#38) 2024-05-28 16:50:14 +03: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 REST api support 2023-11-03 17:01:00 +02:00
pyrightconfig.json relay publish tests 2023-11-01 14:02:29 +02:00
pytest.ini Relay Publish: Extend coverage (#2) 2023-11-17 08:47:22 +02:00
requirements.txt Bump urllib3 from 2.1.0 to 2.2.2 2024-06-17 22:42:21 +00:00

README.md

waku-interop-tests

Waku e2e and interop framework used to test various implementation of the Waku v2 protocol.

Setup and contribute

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
pre-commit install
(optional) Overwrite default vars from src/env_vars.py via cli env vars or by adding a .env file
pytest

CI

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.