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