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.2.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18b461bf792b0716c08d0790caaaf84398558dbaa1e2e874f26c14d4f2e61959 |
|
MD5 | 0537cd033310dff129a070b3b7b2d53b |
|
BLAKE2b-256 | 07056e743ef33e8095bd3b040a591b5936d49b5cfbaa7a13f75eeb08ec280efa |