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-1.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for cpp_stresst-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc27e3586f223098f0790666fc6d12c6b2d08ca09bc2c174f995cd42aa9d0902 |
|
MD5 | 819cc8930f00b7d9d2f4ce9029c06217 |
|
BLAKE2b-256 | 8a6b7b3b7a09fa9cdc4b92f5103928141a48456135b087704a000075b1e740c6 |