An open API service indexing awesome lists of open source software.

https://github.com/ggorg0/competitest

A test suite for all your competitive programming needs. Operates on programs' stdin/out, comparing them to known answers.
https://github.com/ggorg0/competitest

Last synced: 3 months ago
JSON representation

A test suite for all your competitive programming needs. Operates on programs' stdin/out, comparing them to known answers.

Awesome Lists containing this project

README

        

# Competitest

## Features

- [x] Static file tests
- [ ] Dynamically generated tests
- [ ] Dynamically checked tests (an external program decides if the answer is correct)
- [ ] Dynamically compared tests (2 programs get the same input and the output is compared against the other)
- [ ] Config file
- [ ] RAM limiting

## Logging

If you'd like to hide the `PASS` messages, and only see failed/timeouted tests, set the environment variable `RUST_LOG=error` (the default is `info`)