chia-blockchain/tests/clvm
Amine Khaldi 6e499e0e62
Improve the CI runs w.r.t. timelord installation (#10673)
* Superficial analysis showed that only two test groups require (for now) installing the timelord. This change aims to save us hours of CI running time by simply running the install timelord script only for those test groups, with everything else having it omitted. Dedicated to @hoffmang9

* We don't need these anymore.
2022-03-17 09:05:33 -07:00
..
__init__.py Add tests for many puzzles, and fix some bugs found. 2021-02-28 16:54:26 -08:00
benchmark_costs.py remove redundant function, calculate_cost_of_program(). The cost is now part of the NPCResult object (#9964) 2022-01-31 18:49:12 -08:00
coin_store.py remove (redundant) spent field on CoinRecord. Replace it with a property (#9658) 2021-12-22 18:50:32 -08:00
config.py Improve the CI runs w.r.t. timelord installation (#10673) 2022-03-17 09:05:33 -07:00
test_chialisp_deserialization.py pass through max cost all the way down to where we execute the CLVM code 2021-04-17 10:34:13 -07:00
test_clvm_compilation.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
test_program.py Add Program.at utility function. (#8713) 2021-10-19 10:35:25 -07:00
test_puzzle_compression.py Add remaining offer code to main (#9886) 2022-01-20 14:49:31 -08:00
test_puzzles.py import ConditionOpcode from actual definition (#10132) 2022-02-17 07:30:36 -08:00
test_serialized_program.py pass through max cost all the way down to where we execute the CLVM code 2021-04-17 10:34:13 -07:00
test_singletons.py import ConditionOpcode from actual definition (#10132) 2022-02-17 07:30:36 -08:00
test_spend_sim.py added get_coin_records_by_parent_ids to spend_sim (#9438) 2021-12-07 09:56:37 -08:00