Skip to content
Snippets Groups Projects
Commit 05f3618c authored by DAVID Axel's avatar DAVID Axel
Browse files

fix: :pencil: Fix pip install lines

parent 483fe136
No related branches found
No related tags found
No related merge requests found
Pipeline #15363 passed
...@@ -58,7 +58,7 @@ source .venv/bin/activate ...@@ -58,7 +58,7 @@ source .venv/bin/activate
### Install dependencies : ### Install dependencies :
```shell ```shell
pip install https://etulab.univ-amu.fr/d19006523/vigenere-api/-/packages/pypi/vigenere-api pip install vigenere-api --index-url https://etulab.univ-amu.fr/api/v4/projects/8004/packages/pypi/simple
``` ```
## Run the API : ## Run the API :
...@@ -160,19 +160,19 @@ python -m vigenere_api ...@@ -160,19 +160,19 @@ python -m vigenere_api
## Execute tests : ## Execute tests :
```shell ```shell
PYTHONPATH=.src pytest PYTHONPATH=./src pytest
``` ```
## Execute coverage : ## Execute coverage :
```shell ```shell
PYTHONPATH=.src pytest --cov=src --cov=tests --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html PYTHONPATH=./src pytest --cov=src --cov=tests --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html
``` ```
## Execute integration tests : ## Execute integration tests :
```shell ```shell
PYTHONPATH=.src pytest --with-integration PYTHONPATH=./src pytest --with-integration
``` ```
## Build the API package : ## Build the API package :
......
...@@ -10,7 +10,7 @@ To see how to build the package, or to install the development version, see 'INS ...@@ -10,7 +10,7 @@ To see how to build the package, or to install the development version, see 'INS
To install the latest version of the package. To install the latest version of the package.
```bash ```bash
pip install https://etulab.univ-amu.fr/d19006523/vigenere-api/-/packages/pypi/vigenere-api pip install vigenere-api --index-url https://etulab.univ-amu.fr/api/v4/projects/8004/packages/pypi/simple
``` ```
- API :<br> - API :<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment