Skip to content

CodeSeoul/testing-with-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python installation

brew update
brew install pyenv
pyenv install 3.12.0
# change directory to this folder
pyenv local 3.12.0

Install dependencies and activate virtual environment

pip install pipenv
pipenv install --dev
pipenv shell

Run tests

pipenv run pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published