Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.82k stars 2.03k forks source link

Make better tests for testing coin store #13244

Closed wallentx closed 2 years ago

wallentx commented 2 years ago

this test might be better if it didn't have wallets and nodes. Check out the other tests in the file. We can usually just add coins manually to the coin store, and don't need all these services up and running, which takes time and decreases stability

_Originally posted by @mariano54 in https://github.com/Chia-Network/chia-blockchain/pull/12878#discussion_r944097727_

danieljperry commented 2 years ago

I already removed the test that comment was aimed at.