formatting
This commit is contained in:
parent
0270b61d15
commit
26563c8e7e
@ -297,6 +297,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:
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
@ -304,12 +305,14 @@ pip install -e .
|
|||||||
```
|
```
|
||||||
|
|
||||||
Install tox and run it:
|
Install tox and run it:
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install tox
|
pip install tox
|
||||||
tox
|
tox
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see that the tests have succeeded:
|
You should see that the tests have succeeded:
|
||||||
|
|
||||||
```
|
```
|
||||||
======================================================================================================== 59 passed in 0.91s ========================================================================================================
|
======================================================================================================== 59 passed in 0.91s ========================================================================================================
|
||||||
py: commands[1]> pylama dsmr_parser test
|
py: commands[1]> pylama dsmr_parser test
|
||||||
|
Loading…
Reference in New Issue
Block a user