Hugo van Kemenade
2021-11-23 15:45:46 +02:00
committed by Pablo Santiago Blum de Aguiar
parent 1a242c7daa
commit 5f562a185c
6 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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.