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.9.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35ccd2d87b5584a26dbb7d117b4b967c4d2a4a29ef21099bd3c2da0acb0d7783 |
|
MD5 | d17446a65f38af3bf8bd89313c7b95a0 |
|
BLAKE2b-256 | 5423c7b189512823ecc794bca0d6aff2f330af0930a2b67b638e6cbdec239c6b |