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.
- Host: GitHub
- URL: https://github.com/ggorg0/competitest
- Owner: GGORG0
- License: gpl-3.0
- Created: 2024-11-16T15:46:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T16:11:09.000Z (6 months ago)
- Last Synced: 2025-01-17T00:35:43.207Z (4 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)