unit tests for execution in desktop dev environment

This commit is contained in:
Christian Tu
2021-12-05 15:24:51 +01:00
committed by Josh Klar
parent e70ce5f431
commit b6201d43d4
9 changed files with 285 additions and 34 deletions

3
tests/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from tests.mocks import init_circuit_python_modules_mocks
init_circuit_python_modules_mocks()