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
@@ -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):