formatting

This commit is contained in:
Nigel Dokter 2024-08-25 14:49:26 +02:00
parent 04c4f68242
commit 9a3d7e2a85

View File

@ -299,6 +299,7 @@ Development
Create a virtualenv and activate it followed by the installation of the dsmr-parser: Create a virtualenv and activate it followed by the installation of the dsmr-parser:
.. code-block:: bash .. code-block:: bash
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -e . pip install -e .
@ -306,12 +307,14 @@ Create a virtualenv and activate it followed by the installation of the dsmr-par
Install tox and run it: Install tox and run it:
.. code-block:: bash .. code-block:: bash
pip install tox pip install tox
tox tox
You should see that the tests have succeeded: You should see that the tests have succeeded:
.. code-block:: .. code-block::
======================================================================================================== 59 passed in 0.91s ======================================================================================================== ======================================================================================================== 59 passed in 0.91s ========================================================================================================
py: commands[1]> pylama dsmr_parser test py: commands[1]> pylama dsmr_parser test
py: OK (11.55=setup[9.73]+cmd[1.29,0.53] seconds) py: OK (11.55=setup[9.73]+cmd[1.29,0.53] seconds)