Nomos end to end test suite
Go to file
Roman 460e2c3a7a
Basic project structure
2024-12-13 15:58:25 +08:00
.github Linters, Pytest conf 2024-12-13 11:26:41 +08:00
src Basic project structure 2024-12-13 15:58:25 +08:00
tests Basic project structure 2024-12-13 15:58:25 +08:00
.gitignore Gitignore 2024-12-13 10:19:15 +08:00
.pre-commit-config.yaml Basic project structure 2024-12-13 15:58:25 +08:00
LICENSE Initial commit 2024-12-12 22:46:59 +08:00
LICENSE-APACHE-v2 Apache v2 license 2024-12-13 11:19:57 +08:00
README.md Readme 2024-12-13 10:50:56 +08:00
pyrightconfig.json Linters, Pytest conf 2024-12-13 11:26:41 +08:00
pytest.ini Linters, Pytest conf 2024-12-13 11:26:41 +08:00
requirements.txt Python requirements 2024-12-13 11:33:24 +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.