Go to file
Florin Barbu 41c350b82d
add env vars and conftest
2024-06-03 22:47:18 +03:00
.github/workflows adjust tests 2024-06-03 21:46:50 +03:00
src add env vars and conftest 2024-06-03 22:47:18 +03:00
tests add env vars and conftest 2024-06-03 22:47:18 +03:00
.gitignore one to one messsages 2024-06-03 18:14:54 +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 add env vars and conftest 2024-06-03 22:24:35 +03:00
pyrightconfig.json one to one messsages 2024-06-03 18:14:54 +03:00
pytest.ini one to one messsages 2024-06-03 18:14:54 +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

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.