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-1.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8abb9b2dc77208292ca5e563a08663d0f909bf72190f65a847ff45b908a5ee7 |
|
MD5 | becc3cfadc219106d45a84464c16c62d |
|
BLAKE2b-256 | 4b6a52b4fa14081a609df13251ba924a6207418d3533f159a182d647ee3c3c77 |