Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 477 Bytes

Project Tohsaka

Status

Build Status Coverage Status

Test

# Unit test
python -m pytest tests/unit --cov=tohsaka --cov-report html --cov-report term

# E2E test
export OPENWEATHER_TOKEN=<TOKEN>
python -m pytest tests/mystic