Skip to content

CodeSeoul/testing-with-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python installation

brew update
brew install uv
uv python install 3.12
# change directory to this folder
uv venv

Install dependencies and activate virtual environment

uv pip install -r pyproject.toml

Run tests

uv run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages