10000 GitHub - mitsu9/tdd_challenge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mitsu9/tdd_challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Challenge 2018!

Let's TDD!!!

動作環境について

Python3 での動作を想定しています。

テストの実行確認

以下のコマンドがエラー無く実行できることを確認してください。

# 全部実行
python -m test.run

# テストファイルを指定して実行
python -m test.run test/sample.py

サンプル

環境構築メモ

pyenvでよしなに

$ pyenv install 3.6.5
$ pyenv local 3.6.5
$ python -V
Python 3.6.5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0