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.4.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d645ce27bbe66b102ea220729b424f3054ad016077b889773832771d4feea118 |
|
MD5 | a624b03688ad29997aef849360117a05 |
|
BLAKE2b-256 | e2be07684f29cbfb3f045cd25704aeec7905610a184943bc36eb938e1848c2f4 |