Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
fcce4b4b
Commit
fcce4b4b
authored
Sep 11, 2014
by
Ghislain MARY
Browse files
Add README.txt file for Python unit tests.
parent
0f644703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
tools/python/unittests/README.txt
tools/python/unittests/README.txt
+14
-0
No files found.
tools/python/unittests/README.txt
0 → 100644
View file @
fcce4b4b
***************************************
** 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment