mirror-komikku/tests
Valéry Febvre 7dcf2b3d0b [Servers] Adds PhenixScans [FR] 2023-06-24 00:45:42 +02:00
..
servers [Servers] Adds PhenixScans [FR] 2023-06-24 00:45:42 +02:00
README.md [Tests] Update README 2021-12-30 00:00:35 +01:00

README.md

Test inside a virtual environment

  1. Create venv

    python3 -m venv .venv
    
  2. Activate venv

    source .venv/bin/activate
    
  3. Install dependencies + pytest

    pip install --upgrade pip setuptools wheel
    pip install PyGObject
    pip install natsort
    pip install pillow
    pip install beautifulsoup4
    pip install lxml
    pip install cloudscraper
    pip install dateparser
    pip install python-magic
    pip install keyring
    pip install unidecode
    pip install pure-protobuf
    
    pip install pytest
    pip install pytest-steps
    

Run tests

```bash
python -m pytest -v
```