linphone-iphone/tools/python/unittests
Ghislain MARY 89565386ac Working file transfer in Python.
- Add the LinphoneBuffer object so that file transfer callbacks do not pass out parameters
- Use the LinphoneBuffer object in the file transfer callbacks
- Implement the file_transfer_send callback in the Python file transfer test
2014-12-10 16:35:19 +01:00
..
linphonetester.py Add file transfer message test in Python. 2014-12-10 12:02:37 +01:00
README.txt Add README.txt file for Python unit tests. 2014-09-11 15:27:45 +02:00
test_call.py Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01:00
test_message.py Working file transfer in Python. 2014-12-10 16:35:19 +01:00
test_presence.py Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01:00
test_register.py Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01:00
test_setup.py Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01: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