mobiusml / aana_sdk

Aana SDK is a powerful framework for building AI enabled multimodal applications.
https://www.mobiuslabs.com/
Apache License 2.0
12 stars 1 forks source link

[ENHANCEMENT] Better Saving Mechanism for the Expected Results in Tests #80

Open movchan74 opened 4 months ago

movchan74 commented 4 months ago

Enhancement Description

Currently, the expected results for the tests are saved by these lines in aana/tests/utils.py. The process right now is manual uncommenting and running the tests to save the expected results. The way it is done now is not very user-friendly and error-prone.

The enhancement consists of two parts:

Advantages

Possible Implementation