Go to file
shashank sanket b0dc5206c9
Negative and edge cases for/store/v3/messages with query param hashes (#74)
* added test with hashes edge and boundry cases

* added 2 test with incorrect query param in cursor and hashes

* fixed linters error and handeliong for None error
2024-09-20 14:15:34 +05:30
.github increase ci timeout (#66) 2024-08-20 10:34:43 +08:00
scripts store sync tests (#69) 2024-09-11 12:36:58 +03:00
src added store_test_cursor negative cases and edge cases (#73) 2024-09-18 19:54:05 +05:30
tests Negative and edge cases for/store/v3/messages with query param hashes (#74) 2024-09-20 14:15:34 +05:30
.gitignore added store_test_cursor negative cases and edge cases (#73) 2024-09-18 19:54:05 +05:30
.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 setuptools from 69.0.3 to 70.0.0 (#58) 2024-07-16 10:05:14 +03: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.