Skip to content

Commit f695d7f

Browse files
committed
test math anim generation
1 parent 9ac450c commit f695d7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_anim_gen.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""
2+
对项目中的各个插件进行测试。运行方法:直接运行 python tests/test_plugins.py
3+
"""
4+
5+
import init_test
6+
import os, sys
7+
8+
9+
if __name__ == "__main__":
10+
from test_utils import plugin_test
11+
12+
plugin_test(plugin='crazy_functions.数学动画生成manim->动画生成', main_input="A point moving along function culve y=sin(x), starting from x=0 and stop at x=4*\pi.")

0 commit comments

Comments
 (0)