Skip to content

Easily create unit tests for any program written in any programming language!

License

Notifications You must be signed in to change notification settings

diogotcorreia/mooshak-da-feira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mooshak Da Feira

Easily create unit tests for any program written in any programming language!

About

The name of this project comes from Mooshak, a code judging program. This project aims to be a simpler, lightweight, customizable and student focused version of that.
Its main purpose is to allow any student to test their code before submitting it to the oficial judge.

Features

  • Dark Mode (obviously)
  • Supports compiled (C, Java, etc) and interpreted (Python, JavaScript, etc) languages
  • Run tests throught stdin and stdout or write your own evaluator code
  • Highly configurable through a JS file
  • Execution time limit (kill program if it takes too much time to run)

Examples

Usage examples will be available on the examples folder.

Configuration options

The following object can be passed to the mooshakDaFeira function:

(coming soon)

Contributing

Feel free to submit issues and pull requests.