42 releases (4 breaking)
new 0.4.0-alpha.14 | Oct 30, 2024 |
---|---|
0.4.0-alpha.10 | Sep 25, 2024 |
0.4.0-alpha.3 | Jun 26, 2024 |
0.3.0-alpha.1 | Mar 27, 2024 |
0.0.1-alpha.5 | Jul 4, 2023 |
#1368 in GUI
462 downloads per month
360KB
9K
SLoC
Development Helper
This library offers macros to facilitate testing for Ribir
.
Dependencies
To utilize these macros, include paste
and ribir_dev_helper
in the [dev-dependencies]
section of your Cargo.toml
. For more details, refer to the macro documentation.
Test Case Files
These macros may require reading files for testing. All such files are sourced from the test_cases
directory located at the root of your workspace.
Use the RIBIR_IMG_TEST=overwrite
environment variable to overwrite or generate the files. For instance, RIBIR_IMG_TEST=overwrite cargo test
can be used to overwrite all test case files. For a specific test, use RIBIR_IMG_TEST=overwrite cargo test -- test_name
.
For image tests, if the actual image differs from the expected one, both the actual image and the difference image are saved alongside the expected image. The difference image represents the discrepancies between the actual and expected images.
Dependencies
~29–60MB
~1M SLoC