quicktest
quicktest copied to clipboard
CLI for stress testing in competitive programming contest
The file comparison logic within the test library had a bug where both `file_out` and `file_expected` were incorrectly assigned the path to the input file (`QTEST_INPUT_FILE`). This resulted in tests...
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. Release notes Sourced from colored's releases. v3.0.0 [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency....
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.9.0] - 2025-01-27 Security and unsafe Policy: "rand is not a crypto library" (#1514) Remove...
Hi, in file website/static/install/install.sh (the install script mentioned on the website), the regex on line 29 no longer works. In the api call the tag_name returned is like this ```...
## Summary This pull request addresses the issue of skipped tests on the macOS environment. It includes updates to the test configuration and modifications to ensure compatibility with macOS systems....