Skip to content

Micha-ma/fizzbuzz-python-tdd-scaffold

 
 

Repository files navigation

安装 pytest

pip install pytest

运行:

pytest

将会看到失败的测试 修复失败的测试 开始练习 TDD。

提交代码前,执行:

pip install pycodestyle
pycodestyle .

保证代码符合规范,再提交。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%