kopia lustrzana https://github.com/jupyterhub/repo2docker
Add another unit test for sys.exit behavior
rodzic
bd39320153
commit
b243cb6079
|
@ -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():
|
||||
"""
|
||||
|
|
Ładowanie…
Reference in New Issue