Merge branch 'update-readme' into 'master'

README: document integration tests

See merge request poezio/slixmpp!79
This commit is contained in:
mathieui 2020-12-06 21:01:16 +01:00
commit a61f2248fd

View file

@ -31,6 +31,21 @@ To run the test suite for Slixmpp::
python run_tests.py python run_tests.py
Integration tests require the following environment variables to be set:::
$CI_ACCOUNT1
$CI_ACCOUNT1_PASSWORD
$CI_ACCOUNT2
$CI_ACCOUNT2_PASSWORD
$CI_MUC_SERVER
where the account variables are JIDs of valid, existing accounts, and
the passwords are the account passwords. The MUC server must allow room
creation from those JIDs.
To run the integration test suite for Slixmpp::
python run_integration_tests.py
The Slixmpp Boilerplate The Slixmpp Boilerplate
------------------------- -------------------------