9f57285af8d03e1623fc99fd5ec3a55421814204
[hooke.git] / test / load_playlist.py
1 """
2 >>> from hooke.hooke import Hooke
3 >>> h = Hooke()
4 >>> h.run_lines(['load_playlist test/data/test']) # doctest: +ELLIPSIS
5 [<hooke.curve.Curve object at 0x...>]
6 Success
7 <BLANKLINE>
8 """