Skip to content

Commit 47c2b9d

Browse files
committed
Documentación de inicio de test
1 parent 75c04c2 commit 47c2b9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/instalacion_entorno.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ Ahora inicie el contenedor:
6363
.. code-block:: bash
6464
6565
docker run -e "TOKEN=TOKEN_PERSONAL" -e "PYCAMP_BOT_MASTER_KEY=KEY" -v ./:/pycamp/telegram_bot --name pycamp_telegram_bot pycamp_bot
66+
67+
Para ejecutar los test:
68+
69+
.. code-block:: bash
70+
71+
docker run --rm -e "TOKEN=TOKEN_PERSONAL" -e "PYCAMP_BOT_MASTER_KEY=KEY" -v ./:/pycamp/telegram_bot --name pycamp_telegram_bot_test pycamp_bot python -m unittest -v test

0 commit comments

Comments
 (0)