Add another unit test for sys.exit behavior

pull/1413/head
YuviPanda 2025-02-11 20:58:36 -08:00
rodzic bd39320153
commit b243cb6079
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,8 @@ def test_mem_limit():
with pytest.raises(SystemExit):
r2d = make_r2d(["--build-memory-limit", "1024", "."])
with pytest.raises(SystemExit):
r2d = make_r2d(["--Repo2Docker.build_memory_limit", "1024", "."])
def test_run_required():
"""