8 lines
148 B
Python
8 lines
148 B
Python
from boddle import boddle
|
|
from groove import ondemand
|
|
|
|
|
|
def test_ondemand_server():
|
|
with boddle():
|
|
assert ondemand.index() == 'Groovy.'
|