valory-xyz / open-aea

A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
https://open-aea.docs.autonolas.tech
Apache License 2.0
65 stars 16 forks source link

minor: duplicated functionality for invoking cli commands on `BaseAEATestCase` #462

Open Karrenbelt opened 1 year ago

Karrenbelt commented 1 year ago

There are two different methods for running cli commands on the BaseAEATestCase, we may opt to deprecate one.

https://github.com/valory-xyz/open-aea/blob/a5816bf013d6630bb5aa2d8188f66b777f29b63b/aea/test_tools/test_cases.py#L183-L211 https://github.com/valory-xyz/open-aea/blob/a5816bf013d6630bb5aa2d8188f66b777f29b63b/aea/test_tools/test_cases.py#L932-L939

DavidMinarsch commented 1 year ago

Would be good to understand which one is used more and which one we "prefer".