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!
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.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6a31eba2a131f5d0d7d72cac479bc3318f09d674ccd44fbe97521b77981463 |
|
MD5 | fa54eee088dd3ed78de262f4bdcf443e |
|
BLAKE2b-256 | 5178a3810409ce49ac76654f5a8bac8e3b8ebb42d58d8367b9f6152e8f0b09d7 |