mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
Drain The Swamp
This commit is contained in:
@@ -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),
|
||||
]
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user