Skip to content

theCrab/vending-machine-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vending Machine Kata

Instructions

####To run tests in Java project:

######Go to project:

cd path/to/project

######Run tests:

./gradlew test

####To run tests in Python project:

######Install nose:

pip install nose

######Go to project:

cd path/to/project

######Run tests:

nosetests 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.2%
  • Ruby 33.0%
  • Java 32.8%