Roman Zajic 320bc48ff2
Merge pull request #21 from logos-blockchain/fix-repo-rename
fix: Path updates for nomos repo rename
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.

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