Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Testing

Testing is done by spinning up a local dev node in a QEMU VM and running the tests against it. Follow this guide to setup your local dev net and place the .qcow2 file in the root of this directory. Further make the binaries start_devnet and stop_devnet available in your path.

Then, run the tests with:

python -m unittest discover -s test -p 'test_*.py'