Drain The Swamp

This commit is contained in:
firestar5683
2026-06-19 00:39:48 -05:00
parent c8128d2cde
commit 2c2d8b86ab
109 changed files with 237 additions and 153 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ procs = [
# StarPilot variables
procs += [
PythonProcess("the_pond", "starpilot.system.the_pond.the_pond", always_run, nice=19),
PythonProcess("the_galaxy", "starpilot.system.the_galaxy.the_galaxy", always_run, nice=19),
PythonProcess("galaxy", "starpilot.system.galaxy.galaxy", always_run, nice=19),
]
+1 -1
View File
@@ -93,7 +93,7 @@ class TestManager:
names = [p.name for p in procs]
ui_idx = names.index("ui")
assert names.index("the_pond") < ui_idx
assert names.index("the_galaxy") < ui_idx
assert names.index("galaxy") < ui_idx
def test_blacklisted_procs(self):