robosats/tests
daywalker90 62e6258f0f
Feat: fix CLN and reactivate cln integration tests (#1336)
* update cln holdinvoice plugin

DecodeBolt11 was removed in:
d51fd03390

* update CLN to v24.05 and holdinvoice to v3.0.0

* reactivate CLN integration tests

---------

Co-authored-by: jerryfletcher21 <jerryfletcher@cock.email>
2024-06-17 21:33:49 +00:00
..
bitcoind Feat: fix CLN and reactivate cln integration tests (#1336) 2024-06-17 21:33:49 +00:00
robots Add tests for onchain address, pgp sign verification. Improve Dockerfile 2023-11-17 13:02:30 +00:00
utils Feat: add coordinator opt for geoblocked countries (#1258) 2024-04-29 22:58:03 +00:00
__init__.py Add robot creation tests 2023-11-06 14:18:37 +00:00
compose.env Feat: fix CLN and reactivate cln integration tests (#1336) 2024-06-17 21:33:49 +00:00
README.md feat: add tests readme 2024-06-16 21:58:44 +01:00
test_api_info.py Add ticks test 2023-11-20 14:54:04 +00:00
test_api_limits.py Add ticks test 2023-11-20 14:54:04 +00:00
test_api.py Add LN payout test 2023-11-20 14:54:04 +00:00
test_frontend_fetch.py Add tests for frontend urls 2023-11-29 12:03:18 +00:00
test_trade_pipeline.py Feat: add coordinator opt for geoblocked countries (#1258) 2024-04-29 22:58:03 +00:00

Run e2e tests

docker compose -f docker-tests.yml --env-file tests/compose.env up -d
docker exec coordinator coverage run manage.py test
docker exec coordinator coverage report