This commit is contained in:
committed by
Pablo Santiago Blum de Aguiar
parent
1a242c7daa
commit
5f562a185c
+3
-3
@@ -51,13 +51,13 @@ flake8
|
||||
Run unit tests:
|
||||
|
||||
```bash
|
||||
py.test
|
||||
pytest
|
||||
```
|
||||
|
||||
Run unit and functional tests (requires docker):
|
||||
|
||||
```bash
|
||||
py.test --enable-functional
|
||||
pytest --enable-functional
|
||||
```
|
||||
|
||||
For sending package to pypi:
|
||||
@@ -89,4 +89,4 @@ Assuming you have the prerequisites:
|
||||
1. Open command palette (CMD+SHIFT+P (mac) or CTRL+SHIFT+P (windows))
|
||||
1. Select `Remote-Containers: Reopen in Container`.
|
||||
1. Container will be built, install all pip requirements and your VSCode will mount into it automagically.
|
||||
1. Your VSCode and container now essentially become a throw away environment.
|
||||
1. Your VSCode and container now essentially become a throw away environment.
|
||||
|
||||
Reference in New Issue
Block a user