| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is where I test my codewars kata solutions, you can find the original kata with the id on the first line of every solution.
python -m venv env
./venv/bin/pip install -r requirements.txt# Use the hooks folder to run pre-commit lint and test
git config core.hooksPath hooks
# Runing lint
./venv/bin/pycodestyle katas
# Running tests
./venv/bin/python -m unittest -f katas/*.py| Back | FazBrowse Home | New Git URL |