Stress test your C++ solutions!
Project description
cpp_stresst
This is a package to help stress test your C++ solutions to problems.
You should have your directory structured like this:
- C++ solution
- Test Folder
- 1.in
- 1.out
All test cases should have a file with the same name ending with .in
and a file ending with .out
for input and output, respectively.
To test your solution on stdin
/stdout
, run this command.
c_stresst [SOLUTION FILE] [TEST FOLDER]
If you ever forget this command, simply type this into your terminal:
c_stresst --help
This library compiles on g++, so if you don't have that, you should install it! All files compile to a.exe/a.out
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpp_stresst-0.5.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02c1b98ff6c5e83ab3d9c95986963d3f227353fa038c635581d3eb5981f46ff8 |
|
MD5 | 1a25358c886c6b860b182a047f3e7df2 |
|
BLAKE2b-256 | 732c5c074ec5d3c39fe99c1af6d0f627c8fed1cb7e1a1c5575121c820e5ffe8e |