mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 23:48:36 +00:00
Add README.txt file for Python unit tests.
This commit is contained in:
parent
0f644703bf
commit
fcce4b4bbf
1 changed files with 14 additions and 0 deletions
14
tools/python/unittests/README.txt
Normal file
14
tools/python/unittests/README.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
***************************************
|
||||||
|
** Linphone Python module unit tests **
|
||||||
|
***************************************
|
||||||
|
|
||||||
|
To run these unit tests, you need to have installed the Python module for Linphone
|
||||||
|
and to have install the nose unit tests framework.
|
||||||
|
Then use this command to run the tests:
|
||||||
|
nosetests -v --nologcapture
|
||||||
|
|
||||||
|
The logs from the tests are put in some .log files.
|
||||||
|
|
||||||
|
A single test file can be run by specifying it at the command line. For example,
|
||||||
|
to run only the message unit tests use:
|
||||||
|
nosetests -v --nologcapture test_message.py
|
||||||
Loading…
Add table
Reference in a new issue