Fix version test

This commit is contained in:
Romain Dorgueil
2017-05-27 16:10:14 +02:00
parent 1afd8746eb
commit 665ddb560e

View File

@ -76,4 +76,4 @@ def test_version(runner, capsys):
out, err = capsys.readouterr()
out = out.strip()
assert out.startswith('bonobo ')
assert out.endswith(__version__)
assert __version__ in out