mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests 4
This commit is contained in:
parent
49ff748f3e
commit
9187c52ec6
2 changed files with 1 additions and 9 deletions
|
@ -25,7 +25,7 @@ sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register admin loc
|
||||||
|
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt # If updates are available --> update and create new version with 'pip-chill > requirements.txt'
|
||||||
pytest
|
pytest
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
|
|
|
@ -50,11 +50,3 @@ async def test_sendMessage(client_with_messageDispatcher):
|
||||||
msg.body[None] = "Hello World!"
|
msg.body[None] = "Hello World!"
|
||||||
|
|
||||||
await client.send(msg)
|
await client.send(msg)
|
||||||
|
|
||||||
# def main():
|
|
||||||
# loop = asyncio.get_event_loop()
|
|
||||||
# loop.run_until_complete(sendMessage())
|
|
||||||
# loop.close()
|
|
||||||
|
|
||||||
# if __name__ == '__main__':
|
|
||||||
# main()
|
|
||||||
|
|
Loading…
Reference in a new issue