コード例 #1
0
 def commands(ctx):
     assert ctx.pyenv(["global",
                       "3.7.8"]) == not_installed_output("3.7.8")
コード例 #2
0
 def commands(ctx):
     assert ctx.pyenv(["shell", "3.7.8"]) == (not_installed_output("3.7.8"), "")
コード例 #3
0
 def commands(ctx):
     assert ctx.pyenv(["local", "3.7.7",
                       "3.8.9"]) == (not_installed_output("3.8.9"), "")