update from last round
This commit is contained in:
@@ -210,7 +210,7 @@ class TestDemoRota:
|
||||
|
||||
self.Rota.build_and_solve(options={"ratio": 0.00})
|
||||
|
||||
assert self.Rota.results.solver.status == "warning"
|
||||
assert self.Rota.results.solver.status in ("warning", "error")
|
||||
|
||||
def test_post_mon(self):
|
||||
# Set up rota
|
||||
@@ -343,4 +343,4 @@ class TestDemoRota:
|
||||
|
||||
self.Rota.export_rota_to_html("weekend_padding")
|
||||
|
||||
assert self.Rota.results.solver.status == "warning"
|
||||
assert self.Rota.results.solver.status in ("warning", "error")
|
||||
|
||||
Reference in New Issue
Block a user