项目作者: MatthewKosloski

项目描述 :
Coding challenges from Codewars.com
高级语言: JavaScript
项目地址: git://github.com/MatthewKosloski/codewars.git
创建时间: 2018-01-14T12:17:07Z
项目社区:https://github.com/MatthewKosloski/codewars

开源协议:

下载


codewars

A collection of code challenges from CodeWars. I thought this would be a great opportunity to practice test-driven development and learn Python along the way!

Usage

JavaScript

Challenges written in JavaScript are tested using Mocha and Expect.

  1. $ npm run test

Python

I’m sure Python has testing tools; just haven’t discovered them yet. ;)

  1. $ python file.py