Commit d3c65edd by Sébastien Eustace

Fix self update command tests

parent c0fffa96
...@@ -63,12 +63,14 @@ Resolving dependencies... ...@@ -63,12 +63,14 @@ Resolving dependencies...
Package operations: 0 installs, 2 updates, 0 removals Package operations: 0 installs, 2 updates, 0 removals
- Updating cleo (0.8.2 -> 1.0.0) - Updating cleo (0.8.2 -> 1.0.0)
- Updating poetry (1.2.0a0 -> 1.2.0) - Updating poetry ({} -> {})
Updating the poetry script Updating the poetry script
Poetry (1.2.0) is installed now. Great! Poetry ({}) is installed now. Great!
""" """.format(
__version__, new_version, new_version
)
assert tester.io.fetch_output() == expected_output assert tester.io.fetch_output() == expected_output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment