Skip to content

myugen/aircraft-screensaver-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aircraft screensaver kata

This is an exercise to learn unit testing with Python. It is also a good exercise to learn about design principles and TDD.

If you like this workshop, please visit our website and subscribe to our newsletter:

We aslso recommend our online training, testing sostenible

Python version

Requires python3.10 or higher.

Create virtual env for python3.10

Move to the root folder of this repo and type:

python3.10 -m venv venv

Install dependencies

source venv/bin/active

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%