-
Clone repo to local dir
git clone https://github.com/dominikwoj/meant4_api_test.git venv_api_test
-
Install a virtual environment
py -m pip install virtualenv
-
Create the virtual environment
py -m venv venv_api_test
-
Got to the virtual environment dir
cd venv_api_test
-
Run the virtual environment
Script\activate
-
Install necessary packages
py -m pip install -r requirements.txt
-
Run tests
pytest script_test.py -s -vv
OR
-
Install a virtual environment
py -m pip install virtualenv
-
Create the virtual environment
py -m venv venv_api_test
-
Got to the virtual environment dir
cd venv_api_test
-
Run the virtual environment
Script\activate
-
Copy sent files to 'venv_api_test' dir
-
Install necessary packages
py -m pip install -r requirements.txt
-
Run tests
pytest script_test.py -s -vv