Skip to content

omar-sallam-motius/tdd-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python TDD Boilerplate

🧑‍🏭 Setup

Pyenv > Makefile

After pyenv installation, run this in this directory:

pyenv install 3.10.9

Set default Python version for current directory:

pyenv local 3.10.9

Basic setup to use pipenv.

python -m pip install -U pip && pip install pipenv

This project includes make commands to make your life easier.

sudo apt-get install make

Install all the dependencies, and generates a virtual environment.

make setup

🧑‍💻 Commands

Run make help to see all available commands.

📚 Testing libraries

💩 Troubleshooting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published