Skip to content

julias-shaw/python_kata_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

If you don't yet have a .venv directory (which will be the case on first checkout)

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
playwright install # Only needed if you need to use playwright for browser automation

Run Unit Tests

Run the entire unit test suite:

pytest

Run unit tests on change

ptw

Run the entire functional test suite:

behave

About

This project simplifies doing code katas in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published