Skip to content
Valentina edited this page Jan 12, 2025 · 8 revisions

Smoke tests

The workflow of smoke tests is desribed in ./github/workflows/smoke_test.yml. This workflow provides installation of requirements and executing smoke tests for the benchmark and the accuracy checker. All requirements are represented in requirements.txt and requirements_frameworks.txt placed in the root directory of the repository.

If you integrate new inference framework it's required to add the framework Python package to the requirements_frameworks.txt file and pytest to the directory /tests/smoke_test similar to other frameworks.

Clone this wiki locally