Daniel Brötzmann pushed to branch master at gajim / python-nbxmpp
Commits: f26fc532 by wurstsalat at 2025-03-01T13:07:22+01:00 other: Readme: Fix formatting, add section for tests - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== @@ -20,19 +20,27 @@ - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0) +## Tests + +- `python -m unittest discover -s test` + ## Features -* List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/) +- List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/) ### Setup Run the following: - pip install . +```shell +pip install . +``` or +```shell pip install .[gssapi] +``` to also install the optional dependency `gssapi`. View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f26fc532f8cb1a6fa80477b6857bff8039c54416 -- View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f26fc532f8cb1a6fa80477b6857bff8039c54416 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
