linphone-iphone/tools/python/unittests
2016-07-27 15:50:04 +02:00
..
linphonetester.py Fix Python module unit tests. 2016-05-09 15:21:11 +02:00
README.txt Add README.txt file for Python unit tests. 2014-09-11 15:27:45 +02:00
test_call.py Use weakref from Core to CoreManager in the Python module tester. 2015-02-11 10:36:14 +01:00
test_message.py Fix Python unit tests. 2015-10-12 13:57:16 +02:00
test_presence.py Fix Python module unit tests. 2016-05-09 15:21:11 +02:00
test_register.py Increase timeout of tls_with_non_tls_server test. 2016-07-27 15:50:04 +02:00
test_setup.py Fix Python unit tests. 2015-10-12 13:57:16 +02:00

***************************************
** 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