Commit 2483f6fa authored by Filip Kučerák's avatar Filip Kučerák
Browse files

Update README.md

parent ebe291f3
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ The fact that you were not able to find any bugs in your program using tests fro
- 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)

***BOILERPLATE AND EXAMPLES*** 

I've added `boilerplate` and `examples` folder, that contain some simple scripts that use KDTesting. If you are building test for executable that accepts lines as input, maybe check out `boilerplate/interpreter_style_app.py`. 

# 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).