We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd39320 commit b243cb6Copy full SHA for b243cb6
tests/unit/test_args.py
@@ -53,6 +53,8 @@ def test_mem_limit():
53
with pytest.raises(SystemExit):
54
r2d = make_r2d(["--build-memory-limit", "1024", "."])
55
56
+ with pytest.raises(SystemExit):
57
+ r2d = make_r2d(["--Repo2Docker.build_memory_limit", "1024", "."])
58
59
def test_run_required():
60
"""
0 commit comments