Skip to content

roicarrera/workshop25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🧪 Testing Skill-Up Challenges

This repository contains hands-on technical exercises to improve testing skills through guided challenges. Each folder is a standalone task focused on a specific topic such as test design, mutation testing, or debugging.

📁 Structure

  • Each task is in its own folder
  • Inside each folder you'll find:
    • A minimal codebase
    • A README.md with task instructions

⚙️ Setup (Codespaces or Local)

  1. Create a virtual environment:
python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate
  1. Install dependencies:
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published