mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 18:14:32 -05:00
* tests: Use `time_out_assert` to wait for plot refreshing * tests: Make `plot_manager` member of `BlockTools` This also: - Moves some code related to refreshing into `BlockTools.refresh_plots`. - Moves setting the public keys of `PlotManager` into `setup_keys. * tests: Directly use the plot info, don't create a sorted list upfront * tests: Refactor a loop to use `values` instead of `items` * plotting: Return paths of created and existed plots in `create_plots` * tests: Introduce `new_plot` in `BlockTools` * tests: Use `BlockTools.new_plot` in `TestPoolWalletRpc` * tests: Allow and fix `flake8` validation in `test_pool_rpc.py` * tests: Introduce `BlockTools.delete_plot` and use it in pool tests * tests: Cleanup plots potentially left from a failed run in pool tests