Skip to content

A template for doing #kata with #python and #pytest

Notifications You must be signed in to change notification settings

aalmiramolla/kata-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for Katas

An opinionated template for doing Katas

This template uses pytest with memray, coverage and xdist for running tests, Mypy, flake8 and flake8-pydocstyle for checking style and types and black and isort to format the code.

You have to write the tests in tests/ folder and write your solutions in app/ folder.

How to run the tests

make test

How to lint the code

make lint

License

Public Domain

Author

About

A template for doing #kata with #python and #pytest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published