mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
9 lines
707 B
Markdown
9 lines
707 B
Markdown
# Nomos Testing
|
||
|
||
This repo is the standalone Nomos testing framework. For docs, quick start, and examples, read the mdBook at https://logos-co.github.io/nomos-testing/ (sources in `book/`) — start with:
|
||
- What you’ll learn: https://logos-co.github.io/nomos-testing/what-you-will-learn.html
|
||
- Quick examples: https://logos-co.github.io/nomos-testing/examples.html and https://logos-co.github.io/nomos-testing/examples-advanced.html
|
||
- Runners (compose/k8s/local): https://logos-co.github.io/nomos-testing/runners.html
|
||
|
||
Key crates live under `testing-framework/` (core, runners, workflows, configs) with integration tests in `tests/workflows/`. Compose/k8s assets sit in `testing-framework/assets/stack/`.
|