dependabot[bot] b8bdf07e4d
Bump virtualenv from 20.25.0 to 20.26.6
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.26.6.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.25.0...20.26.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 18:22:15 +00:00
2025-01-06 15:29:33 +02:00
2024-10-24 12:43:51 +03:00
2025-01-06 15:29:33 +02:00
2023-11-01 14:02:29 +02:00
2023-11-01 14:02:29 +02:00
2023-11-01 14:02:29 +02:00
2024-12-12 11:03:42 +02:00
2024-12-27 10:10:12 +02:00

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

CI NWAKU job

To update tests in PRs at nwaku repo following steps shall be done

  • Make a tag at the desired commit on master with these 2 commands
    • git tag tagname
    • git push origin tagname
  • Navigate to test_PR_image.yml file and modify job "tests" to explicilty use the tag in ref section

Screenshot from 2024-12-24 16-24-51

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.

Languages
Python 86%
Shell 14%