mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
release 0.9
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class ListOptions(object):
|
||||
all_versions = False
|
||||
known = False
|
||||
|
||||
def test_list():
|
||||
from pythonbrew.commands.list import ListCommand
|
||||
c = ListCommand()
|
||||
c.run_command(ListOptions(), None)
|
||||
Reference in New Issue
Block a user