ianhajra / virtual_assistant

This repository houses the code for running a local virtual assistant. It is still under development.
MIT License
5 stars 0 forks source link

Replace api_integration_tests.py with a folder to house more specific files #11

Open ianhajra opened 1 month ago

ianhajra commented 1 month ago

The api_integration_tests.py file will be spread into several different files.

To do this, it should be replaced with a folder (sharing the same name) that will then house future files as testing is created.

ianhajra commented 1 month ago

This doesn't need to be done until the core engine is functioning.