Skip to content

A test-driven Python project with secure development environment setup

Notifications You must be signed in to change notification settings

jasny6969/test-project-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Project 3

A test-driven Python project with secure development environment setup.

Setup

  1. Create and activate virtual environment:
python -m venv .venv
source .venv/bin/activate  # Linux/Mac
.venv\Scripts\activate  # Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Run tests:
python -m pytest tests/

About

A test-driven Python project with secure development environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors