Initial commit. skeleton CLI and tests.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from boddle import boddle
|
||||
from groove import ondemand
|
||||
|
||||
|
||||
def test_ondemand_server():
|
||||
with boddle():
|
||||
assert ondemand.index() == 'Groovy.'
|
||||
Reference in New Issue
Block a user