@@ -16,6 +16,11 @@ The fact that you were not able to find any bugs in your program using tests fro
...
@@ -16,6 +16,11 @@ The fact that you were not able to find any bugs in your program using tests fro
*nikomu, kto nema brain damage caused by functional programming by toto nenapadlo* - mf
*nikomu, kto nema brain damage caused by functional programming by toto nenapadlo* - mf
***QUICK CHANGES***
- the verbosity system was changed (the values and different prints)
-`set_flags` is now `set_args` (has siblings `set_test_args` and `set_ref_args`, useful if you want to use `python` where the name of the script is only a argument)
# Test
# Test
Test is a container that holds name, arbitrary, and value provided by said arbitrary (if you use the constructor with a value set to None, it will generate value using arbitrary). The test also contains functions `shrink` and `to_str` (both use the functions from arbitrary on the value held by the test).
Test is a container that holds name, arbitrary, and value provided by said arbitrary (if you use the constructor with a value set to None, it will generate value using arbitrary). The test also contains functions `shrink` and `to_str` (both use the functions from arbitrary on the value held by the test).