2025-12-12 23:27:33 +08:00
2025-12-10 13:31:44 +08:00
2025-12-10 13:31:44 +08:00
2025-06-26 16:06:55 +08:00
2024-12-12 22:46:59 +08:00
2024-12-13 11:19:57 +08:00
2024-12-13 11:26:41 +08:00
2024-12-13 11:26:41 +08:00
2025-12-10 13:31:44 +08:00

logos-blockchain-e2e-tests

Logos Blockchain E2E framework used to test various implementations of the Logos Blockchain node.

Setup and contribute

git clone https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
cd logos-blockchain-e2e-tests
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdir -p kzgrs
wget https://raw.githubusercontent.com/logos-blockchain/logos-blockchain/refs/heads/master/tests/kzgrs/kzgrs_test_params -O kzgrs/kzgrs_test_params
pre-commit install
(optional) Overwrite default vars from src/env_vars.py via env vars or by adding a .env file
(optional) python download_nltk_resources.py # Used when CHECK_LOG_ERRORS=True
pytest

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.

S
Description
Nomos end to end test suite
Readme MIT
3.6 MiB
Languages
Python 98.2%
Shell 1.8%