Release v0.1.17
This commit is contained in:
@@ -75,6 +75,12 @@ class RuntimeImageContextTests(unittest.TestCase):
|
||||
).read_text()
|
||||
)
|
||||
self.assertEqual(composition, published)
|
||||
self.assertEqual(
|
||||
(
|
||||
SCRIPT.parent / "runtime" / "web-entrypoint.sh"
|
||||
).read_bytes(),
|
||||
(root / "context" / "web-entrypoint.sh").read_bytes(),
|
||||
)
|
||||
|
||||
def test_rejects_missing_required_module(self) -> None:
|
||||
with tempfile.TemporaryDirectory(prefix="govoplan-runtime-context-") as value:
|
||||
|
||||
Reference in New Issue
Block a user