baking-bad / pytezos

🐍 Python SDK for Tezos | Michelson VM in Python
https://pytezos.org
MIT License
112 stars 38 forks source link

Add new class to run tezos node in a subprocess #324

Open SlavnicN opened 2 years ago

SlavnicN commented 2 years ago

In a context of CI it can be complicated to run a docker container inside a docker container, so we worked on a feature that enable us to run the tezos node in a subprocess. This is also link to this pull request: https://github.com/baking-bad/sandboxed-node/pull/2