Go to file
fbarbu15 29444a5fd4
Merge pull request #12 from status-im/chore/fix-setup-community
fix the community setup
2024-09-23 13:24:00 +03:00
.github/workflows fix 2024-08-21 14:06:07 +03:00
resources Recreate communities 2024-09-21 00:28:50 +00:00
src feat: add the first community in own shard 2024-09-17 08:32:44 +03:00
tests fix the community setup 2024-09-23 10:57:07 +03:00
.gitignore fix corrupted nodes 2024-07-24 21:28:01 +03:00
.pre-commit-config.yaml one to one messsages 2024-06-03 18:14:54 +03:00
LICENSE-APACHE-v2 one to one messsages 2024-06-03 18:14:54 +03:00
LICENSE-MIT one to one messsages 2024-06-03 18:14:54 +03:00
README.md prepare for review 2024-06-05 00:15:59 +03:00
pyrightconfig.json one to one messsages 2024-06-03 18:14:54 +03:00
pytest.ini join communities 2024-06-20 16:55:56 +03:00
requirements.txt add env vars and conftest 2024-06-03 22:24:35 +03:00

README.md

status-cli-tests

Status cli tool tests with focus on reliability under unreliable network conditions.

Setup and contribute

Install python 3.12 (might work with other versions as well but was tested only with 3.12)

git clone git@github.com:status-im/status-cli-tests.git
cd status-cli-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 (for all test)
pytest -k "test_one_to_one_with_latency" (for single test)

CI

  • Test runs via github actions

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.