chia-blockchain/tests/wallet
dustinface d4c2f0c14a
tests: Improve test_wallet_rpc.py (#11148)
* Move wallet RPC test setup into a fixture

* Fix `mypy` issues

* Enable  `isort`

* Move `tx_in_mempool` out and reuse it instead of `tx_in_mempool_2`

* Introduce `get_confirmed_balance` and `get_unconfirmed_balance`

* Use `pytest.raises`

* Only test with an untrusted full node

* Introduce `generate_funds`

* Drop sleeps and create less blocks

* Recover trusted/untrusted sync parameterization
2022-05-05 08:22:02 -07:00
..
cat_wallet wallet: Fix CATLineageStore creation in create_new_cat_wallet (#10791) 2022-04-20 11:10:52 -07:00
did_wallet Consolidate test fixtures (#10778) 2022-03-29 13:25:30 -07:00
rl_wallet Consolidate test fixtures (#10778) 2022-03-29 13:25:30 -07:00
rpc tests: Improve test_wallet_rpc.py (#11148) 2022-05-05 08:22:02 -07:00
simple_sync Prepare test blocks and plots only for tests that need them. This saves us a couple more hours of CI running time. (#10975) 2022-04-05 10:34:57 -07:00
sync Optimize test_wallet_sync (#11103) 2022-04-20 11:13:55 -07:00
__init__.py Fix tests. 2020-03-29 15:23:27 -07:00
config.py Prepare test blocks and plots only for tests that need them. This saves us a couple more hours of CI running time. (#10975) 2022-04-05 10:34:57 -07:00
test_bech32m.py Use sed to change imports from src to chia. 2021-04-04 21:41:39 -07:00
test_chialisp.py Use sed to change imports from src to chia. 2021-04-04 21:41:39 -07:00
test_puzzle_store.py remove some event_loop() fixtures (#10420) 2022-03-14 06:08:35 -07:00
test_singleton_lifecycle_fast.py import ConditionOpcode from actual definition (#10132) 2022-02-17 07:30:36 -08:00
test_singleton_lifecycle.py replace some asyncio.get_event_loop().run_until_complete() with asyncio.run() (#11131) 2022-04-20 11:03:31 -07:00
test_singleton.py transition to using chia_rs module (#11094) 2022-04-08 09:37:10 -07:00
test_taproot.py Use sed to change imports from src to chia. 2021-04-04 21:41:39 -07:00
test_wallet_blockchain.py Consolidate test fixtures (#10778) 2022-03-29 13:25:30 -07:00
test_wallet_interested_store.py Contextualize some store test db names. (#10942) 2022-03-29 10:15:02 -07:00
test_wallet_key_val_store.py Contextualize some store test db names. (#10942) 2022-03-29 10:15:02 -07:00
test_wallet_store.py Rename src to chia. 2021-04-04 21:41:39 -07:00
test_wallet_user_store.py pre-commit: Add a new hook to run isort (#8827) 2022-02-15 07:28:53 -08:00
test_wallet.py Ms.flaky gen speed (#10965) 2022-03-31 23:03:22 -07:00