mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-23 11:59:36 +00:00
14 lines
271 B
Markdown
14 lines
271 B
Markdown
|
|
## Install dev dependencies
|
|
|
|
pip install -e .[dev]
|
|
|
|
|
|
## Update requirements.txt
|
|
|
|
pip-compile requirements.in --generate-hashes --output-file requirements.txt
|
|
|
|
|
|
## Run One Test
|
|
|
|
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
|