v0.1.16: Refactor proof setup (#63)
* Make `method_to_apr_proof` public
* Move calls
* Extract method `get_contract_and_method`
* Extract function `collect_tests`
* Extract function `collect_setup_methods`
* Update digest directly
* Rename variables
* Move statement
* Simplify log messages
* Change `_run_cfg_group` to work with `FoundryTest`
* Change `method_to_apr_proof` to work with `FoundryTest`
* Extract nested function `run_prover`
* Extract function `method_to_initialized_cfg`
* Pull setup digest computation
* Eliminate else branch
* Extract function `_setup_cterm`
* Pull `setUp()` final state loading
* Eliminate parameter `save_directory`
* Remove parameter `exclude_tests`
* Fix number of `pytest` workers on CI
* Set Version: 0.1.16
---------
Co-authored-by: devops <[email protected]>