mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-26 20:32:21 +02:00
401 B
401 B
layout, title, nav_order, has_children
layout | title | nav_order | has_children |
---|---|---|---|
default | For developers | 4 | true |
For developers
Thanks for contributing :)
Tests
This project has unit tests that help prevent regressions. Before you can run the tests, you must install a few dependencies:
./venv/bin/pip install pytest pytest-asyncio requests trio mock
Then to run the tests:
make test