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
Only supported on linux systems (tested on Ubuntu), uses g++ to compile.
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.3.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 773d48405333dd2cacad0efb27a2e20c68ee5e8cfee69916a863c42557e37b53 |
|
MD5 | 3b6aeae4910443aa63eedc0a5fd32f31 |
|
BLAKE2b-256 | 954ccec387a38aa5a0c09c554636cd168e54d3bf0fa8ab3dd95e9a1cf667e011 |