Nomos end to end test suite
Go to file
Roman 0812559a6c
Readme
2024-12-13 10:50:56 +08:00
.gitignore Gitignore 2024-12-13 10:19:15 +08:00
LICENSE Initial commit 2024-12-12 22:46:59 +08:00
README.md Readme 2024-12-13 10:50:56 +08:00

README.md

nomos-e2e-tests

Nomos e2e framework used to test various implementations of the Nomos node.

Setup and contribute

git clone git@github.com:logos-co/nomos-e2e-tests.git
cd nomos-e2e-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

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.