Initial commit. skeleton CLI and tests.

This commit is contained in:
evilchili
2022-11-19 15:14:12 -08:00
parent 15cfc5cc12
commit e28a2ffb95
8 changed files with 318 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from boddle import boddle
from groove import ondemand
def test_ondemand_server():
with boddle():
assert ondemand.index() == 'Groovy.'