summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-12-06 21:01:16 +0100
committermathieui <mathieui@mathieui.net>2020-12-06 21:01:16 +0100
commita61f2248fdc24dd85a286abc9032ea87628dd643 (patch)
treebec3a9fcab58d93fe72ab2ad2f2b2f24cf4efd30
parentc0acb7e34f873488e94691f39636da513c8468d0 (diff)
parent7a4ea4c1ae92075165d1c2960da207236acc93cf (diff)
downloadslixmpp-a61f2248fdc24dd85a286abc9032ea87628dd643.tar.gz
slixmpp-a61f2248fdc24dd85a286abc9032ea87628dd643.tar.bz2
slixmpp-a61f2248fdc24dd85a286abc9032ea87628dd643.tar.xz
slixmpp-a61f2248fdc24dd85a286abc9032ea87628dd643.zip
Merge branch 'update-readme' into 'master'
README: document integration tests See merge request poezio/slixmpp!79
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6a25248d..7bdd7412 100644
--- a/README.rst
+++ b/README.rst
@@ -31,6 +31,21 @@ To run the test suite for Slixmpp::
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
-------------------------