kopia lustrzana https://github.com/jupyterhub/repo2docker
Remove f-string in test
rodzic
3cadb1832d
commit
4f72fd8c94
|
@ -14,7 +14,7 @@ def test_version(capsys):
|
||||||
"""
|
"""
|
||||||
with pytest.raises(SystemExit):
|
with pytest.raises(SystemExit):
|
||||||
make_r2d(['--version'])
|
make_r2d(['--version'])
|
||||||
assert capsys.readouterr().out == f"{__version__}\n"
|
assert capsys.readouterr().out == "{}\n".format(__version__)
|
||||||
|
|
||||||
def test_simple():
|
def test_simple():
|
||||||
"""
|
"""
|
||||||
|
|
Ładowanie…
Reference in New Issue