đź§° Quick Test CLI

Command Line Interface (CLI) for Stress Testing for Competitive Programming

Current Crates.io Version Quick Test License: MIT

Documentation

⚠️ Note: Quick Test CLI is currently below version v1.0.0, so it may contain bugs, you can report any bugs -here.

Read this in other languages: Español, Português

Table of Contents

Introduction

Quick Test CLI is a project to perform stress testing in competitive programming contests in an easy and fast way, focusing only on the contest.

Currently, Quick Test CLI supports three types of tests which are listed below:

Getting Started

Installation

If you already have Rust on your system:

sh cargo install quicktest

If you don't have rust installed on your system, the following command will install Rust and the CLI at once:

Shell (Linux, Mac): sh curl https://sh.rustup.rs -sSf | sh && cargo install quicktest

Supported Languages

| Language | Version | |--------------------|------------------------| | C++ | -std=c++17 | | Python | Version 3 |

License

Licensed under either of these: * MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)