Changeset - e61eb9bb36d3
[Not reviewed]
default
1 2 1
drewp@bigasterisk.com - 8 months ago 2024-05-14 21:41:15
drewp@bigasterisk.com
fiix pytest; stop using ./lib
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pytest.ini
Show inline comments
 
[pytest]
 
testpaths = light9
 
pythonpath = __pypackages__/3.10/lib
 
testpaths = src/light9
src/light9/background_loop.py
Show inline comments
 
file renamed from lib/background_loop.py to src/light9/background_loop.py
src/light9/effect/sequencer/service.py
Show inline comments
 
@@ -14,7 +14,7 @@ from starlette.applications import Starl
 
from starlette.routing import Route
 
from starlette_exporter import PrometheusMiddleware, handle_metrics
 

	
 
from lib.background_loop import loop_forever
 
from light9.background_loop import loop_forever
 
from light9 import networking
 
from light9.collector.collector_client_asyncio import sendToCollector
 
from light9.effect.effect_function_library import EffectFunctionLibrary
0 comments (0 inline, 0 general)