项目作者: AaronRobson

项目描述 :
http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html
高级语言: Python
项目地址: git://github.com/AaronRobson/PyFizzBuzz.git
创建时间: 2016-06-24T00:09:38Z
项目社区:https://github.com/AaronRobson/PyFizzBuzz

开源协议:GNU General Public License v3.0

下载


PyFizzBuzz

Build Status
CircleCI
Coverage Status

Getting Started

https://blog.codinghorror.com/why-cant-programmers-program/

Install dependencies

Install python3 including pip3.

Run

  1. make run

or:

  1. python3 fizzbuzz

Run dev checks

Install Dev dependencies

  1. pip3 install flake8 pep8-naming

Lint and Type Check

  1. make check

Unittest

  1. make test

Run all

  1. make