kopia lustrzana https://github.com/jupyterhub/repo2docker
Formatting changes only
rodzic
fce6488d35
commit
5ef65f9806
|
@ -64,9 +64,7 @@ def test_mran_date(tmpdir, runtime, expected):
|
||||||
assert r.checkpoint_date == date(*expected)
|
assert r.checkpoint_date == date(*expected)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize("expected", ["2019-12-29", "2019-12-26"])
|
||||||
"expected", ["2019-12-29", "2019-12-26"],
|
|
||||||
)
|
|
||||||
def test_mran_latestdate(tmpdir, expected):
|
def test_mran_latestdate(tmpdir, expected):
|
||||||
def mock_request_head(url):
|
def mock_request_head(url):
|
||||||
r = Response()
|
r = Response()
|
||||||
|
|
Ładowanie…
Reference in New Issue