Skip to content

cdesch/testingonly

Repository files navigation

Module Import with PyTest

Setup

Create new venv

python3 -m venv venv

Activate venv

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Run

Run Cli

python main.py

Run the Tests

python -m pytest tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages