Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 508 Bytes

README.rst

File metadata and controls

16 lines (16 loc) · 508 Bytes

Ftest

Introduction

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
  1. Via easy_install::
    easy_install pyFtest
  2. From source::
    python setup.py install