Skip to content

skatenerd/tic_tac_toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe written following the principles of test-driven-development and some of the earlier principles laid out in Uncle Bob Martin's "Clean Code".

Dependencies: nose: nose-plugins: (optional) nose-exclude, yanc

To install nose:

pip nose
or easy_install nose

To install optional nose dependencies:

easy_install nose-exclude

easy_install yanc

Yanc is a colorizer

Nose Exclude enables the option to exclude certain directories - Usage: nosetests --exclude-dir=exclude/me

To run the test suite, enter the root of the project and type:

nosetests

Project uses Python 2.7.2

all rights reserved

About

Tic Tac Toe following TDD principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%