mtancoigne / fcc-repl-calls-testing

Testing repo to write challenges for FCC using REPL.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPL.it calls testing

Setup :

Create a file named api-token.js with the following content:

const API_TOKEN={/*YOUR TOKEN*/};

generator.py

As the assertions must be sent to REPL with the user-submited code, the challenge source code files are converted to Javascript strings.

Use python generator.py to generate the test and challenge js files.

License

This is licensed under the MIT license. See LICENSE for more information.

About

Testing repo to write challenges for FCC using REPL.it

License:MIT License


Languages

Language:HTML 44.6%Language:Python 29.7%Language:JavaScript 15.7%Language:PHP 4.9%Language:Ruby 2.9%Language:CSS 2.2%