testing auralux using mocha

This commit is contained in:
Michael Becker 2023-11-26 23:33:02 -05:00
parent 171539fab8
commit 779c701c2b
4 changed files with 18 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "mocha-python"]
path = mocha-python
url = git@gitea.azcona-becker.net:mochapowered/mocha-python

13
auralux/main.py Normal file
View File

@ -0,0 +1,13 @@
from mocha.core import *
from mocha.oms import MemoryOms
oms = MemoryOms()
oms.create_tenant("auralux1")
print(oms.get_current_tenant())
oms.select_tenant(oms.get_tenant_by_name("auralux1"))
print(oms.get_current_tenant().get_name())
oms.release_tenant()

1
auralux/mocha Symbolic link
View File

@ -0,0 +1 @@
/home/beckermj/Documents/Projects/concertroid/auralux/mocha-python/mocha

1
mocha-python Submodule

@ -0,0 +1 @@
Subproject commit d7cb7dc88ddd1126b4997f8fed4a46035599ea87