add strip_0x to fix address tests that fail

This commit is contained in:
2022-02-11 12:50:54 +00:00
committed by Louis Holbrook
parent 5bf187612a
commit 6da3f2108a
7 changed files with 42 additions and 8 deletions

7
python/.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
[report]
omit = .venv/*
**/runnable/*.py
[html]