pyFtest is a pure Python library designed to auto-test for secondary development base on FREESWITCH. You can use Ftest to auto-test for secondary development base on FREESWITCH easy. In /scripts , there are some scripts written by me for daily use. Installation ------------ 1. Via pip(recommend):
pip install pyFtest
- Via easy_install::
- easy_install pyFtest
- From source::
- python setup.py install